Change trigger for CI
This commit is contained in:
parent
1719399d19
commit
e32ab08b7d
1 changed files with 2 additions and 6 deletions
|
@ -13,10 +13,8 @@ steps:
|
|||
password:
|
||||
from_secret: DOCKER_SECRET
|
||||
when:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
---
|
||||
kind: pipeline
|
||||
name: frontend
|
||||
|
@ -33,7 +31,5 @@ steps:
|
|||
password:
|
||||
from_secret: DOCKER_SECRET
|
||||
when:
|
||||
branch:
|
||||
- main
|
||||
event:
|
||||
- push
|
||||
- pull_request
|
||||
|
|
Loading…
Reference in a new issue