Try restricting when
This commit is contained in:
@@ -13,3 +13,6 @@ pipeline:
|
|||||||
# Run through Nix
|
# Run through Nix
|
||||||
- nix --experimental-features 'nix-command flakes' build
|
- nix --experimental-features 'nix-command flakes' build
|
||||||
- nix --experimental-features 'nix-command flakes' run
|
- nix --experimental-features 'nix-command flakes' run
|
||||||
|
|
||||||
|
when:
|
||||||
|
evaluate: '(CI_BUILD_EVENT == "push" && CI_COMMIT_BRANCH == CI_REPO_DEFAULT_BRANCH) || (CI_BUILD_EVENT == "pull_request")'
|
||||||
|
Reference in New Issue
Block a user