mirror of
https://github.com/nginx-proxy/docker-letsencrypt-nginx-proxy-companion
synced 2024-11-22 20:42:04 +01:00
ci: only trigger test workflow on push for main branch
This commit is contained in:
parent
36195de745
commit
b4faf2143e
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -3,6 +3,8 @@ name: Tests
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- "*.md"
|
||||
|
Loading…
Reference in New Issue
Block a user