Skip to content

Commit

Permalink
CI: also run on branches without MR's open
Browse files Browse the repository at this point in the history
This is because github/gitlab CI integration went off due to being a
premium feature, so for now, just run it on the commit
  • Loading branch information
Spindel committed Apr 18, 2024
1 parent 3add7ee commit f61aed8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ workflow:
- if: $CI_EXTERNAL_PULL_REQUEST_IID
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH


stages:
- test
Expand Down

0 comments on commit f61aed8

Please sign in to comment.