Skip to content

Commit

Permalink
Merge pull request #2 from petm5/dev
Browse files Browse the repository at this point in the history
Fix actions
  • Loading branch information
petm5 authored Sep 6, 2024
2 parents 764018f + d833d60 commit bbeb23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
runs-on: ubuntu-latest
needs: test
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
Expand Down

0 comments on commit bbeb23e

Please sign in to comment.