Skip to content

Commit

Permalink
fix: allow pipelines from trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Dec 12, 2023
1 parent 385faae commit 2617e50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ workflow:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- if: '$CI_PIPELINE_SOURCE == "web"'
- if: '$CI_PIPELINE_SOURCE == "webide"'
- if: '$CI_PIPELINE_SOURCE == "trigger"'
- if: '$CI_COMMIT_BRANCH == "master"'
- if: '$CI_COMMIT_TAG'

Expand Down

0 comments on commit 2617e50

Please sign in to comment.