Skip to content

Commit

Permalink
TEMP: Run all CI pipelines on push
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Dec 12, 2024
1 parent d657131 commit 778a029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
include:
- local: '.gitlab/pipelines_on_push.yml'
- local: '.gitlab/pipelines_on_merge.yml'
rules:
- if: $CI_COMMIT_BRANCH == "main" || $CI_COMMIT_BRANCH =~ /^gh-readonly-queue/ || $CI_COMMIT_BRANCH =~ /^release/
# rules:
# - if: $CI_COMMIT_BRANCH == "main" || $CI_COMMIT_BRANCH =~ /^gh-readonly-queue/ || $CI_COMMIT_BRANCH =~ /^release/

0 comments on commit 778a029

Please sign in to comment.