Rearrange conditions in pipeline #8

Merged
patrick merged 4 commits from patrick-patch-1 into main 2023-08-26 12:40:39 +00:00
Showing only changes of commit 9ae057444d - Show all commits

View File

@@ -17,5 +17,5 @@ steps:
when:
- event: "push"
evaluate: 'CI_COMIT_BRANCH == CI_REPO_DEFAULT_BRANCH'
evaluate: 'CI_COMMIT_BRANCH == CI_REPO_DEFAULT_BRANCH'
- event: "pull_request"