1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-07-01 06:15:45 +00:00

ci: only trigger test workflow on push for main branch

This commit is contained in:
Nicolas Duchon
2023-04-30 15:30:29 +02:00
committed by GitHub
parent 4a096a25a8
commit 4655ba9f51

View File

@ -3,6 +3,8 @@ name: Tests
on:
workflow_dispatch:
push:
branches:
- main
paths-ignore:
- "LICENSE"
- "**.md"