Skip to content

Commit

Permalink
Run nix ci on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
4ever2 committed Nov 26, 2024
1 parent fa359f4 commit 8b4ca49
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nix-action-8.18.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,4 +277,4 @@ name: Nix CI for bundle 8.18
- reopened
push:
branches:
- master
- main
2 changes: 1 addition & 1 deletion .github/workflows/nix-action-8.19.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,4 +277,4 @@ name: Nix CI for bundle 8.19
- reopened
push:
branches:
- master
- main
2 changes: 1 addition & 1 deletion .github/workflows/nix-action-8.20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,4 +253,4 @@ name: Nix CI for bundle 8.20
- reopened
push:
branches:
- master
- main
4 changes: 4 additions & 0 deletions .nix/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@
mathcomp-analysis.override.version = "1.2.0";
};

bundles."8.18".push-branches = ["main"];
bundles."8.19".push-branches = ["main"];
bundles."8.20".push-branches = ["main"];

## Cachix caches to use in CI
## Below we list some standard ones
cachix.coq = {};
Expand Down

0 comments on commit 8b4ca49

Please sign in to comment.