Skip to content

Commit

Permalink
ci: use correct branch when building
Browse files Browse the repository at this point in the history
  • Loading branch information
Daru-san authored Aug 9, 2024
1 parent 2e2e4b5 commit 57caa46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nix-cache.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Cachix Build
on:
push:
branches: [ "master" ]
branches: [ "main" ]
pull_request:
branches: [ "master" ]
branches: [ "main" ]

workflow_dispatch:

Expand Down

0 comments on commit 57caa46

Please sign in to comment.