Skip to content

Commit

Permalink
rules to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
sarcasticadmin committed Nov 3, 2024
1 parent 4126e34 commit bb76ee2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ stages:
- integ
# Nix build all the things
nix-checks:
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
tags:
- nix
stage: test
Expand Down

0 comments on commit bb76ee2

Please sign in to comment.