Skip to content

Commit

Permalink
branch whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Sep 11, 2024
1 parent 50c7454 commit eb2169b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,10 @@ jobs:

# Push and pin whitelisted paths to cachix
- name: Push to cachix
# if: github.ref == 'refs/heads/main'
if: |
${{
github.ref == 'refs/heads/main' ||
github.ref == 'refs/heads/prodHotPush' ||
github.ref == 'refs/heads/srid-cachix-push'
}}
run: nix run .#cachix-push

0 comments on commit eb2169b

Please sign in to comment.