Skip to content

Commit

Permalink
Devops pipeline test dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmet Gozuberk committed Apr 15, 2024
1 parent 6593867 commit a47ee11
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == "external_pull_request_event"
- if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH

always-run:
script: echo 'this should always run'

Expand Down

0 comments on commit a47ee11

Please sign in to comment.