limit webhook ci to main branch
All checks were successful
Trigger quay.io Webhook / run (push) Successful in 5s
All checks were successful
Trigger quay.io Webhook / run (push) Successful in 5s
This commit is contained in:
parent
680ea8f4e5
commit
6e56452f78
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ name: Trigger quay.io Webhook
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
run:
|
||||
|
|
Loading…
Reference in a new issue