limit webhook ci to main branch
This commit is contained in:
parent
cb2d48e774
commit
ef668712c5
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