File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -87,12 +87,13 @@ steps:
8787 - bats ./test/config-tests.bats
8888
8989trigger :
90- event : [ push ]
90+ event : [ pull_request, push ]
9191 ref :
9292 - refs/heads/staging/*
9393 - refs/heads/beta
9494 - refs/heads/release
9595 - refs/heads/main
96+ - refs/pull/*/head
9697
9798---
9899kind : pipeline
@@ -113,7 +114,13 @@ steps:
113114 - ./test/check_php.sh ./web/
114115
115116trigger :
116- event : [ pull_request, push ]
117+ event : [ pull_request, push ]
118+ ref :
119+ - refs/heads/staging/*
120+ - refs/heads/beta
121+ - refs/heads/release
122+ - refs/heads/main
123+ - refs/pull/*/head
117124
118125---
119126kind : pipeline
@@ -165,4 +172,4 @@ trigger:
165172
166173---
167174kind : signature
168- hmac : eae01b205530fca67639708fdab86edce2767906481057e96bff5f635e1f0616
175+ hmac : 7230bb266287ae102167d451696407325a40c7b5001df0118d99ee3b9891e853
You can’t perform that action at this time.
0 commit comments