mirror of
https://github.com/thib8956/nginx-proxy
synced 2025-02-24 09:48:14 +00:00
ci: only trigger test workflow on push for main branch
This commit is contained in:
parent
4a096a25a8
commit
4655ba9f51
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -3,6 +3,8 @@ name: Tests
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- "LICENSE"
|
- "LICENSE"
|
||||||
- "**.md"
|
- "**.md"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user