Skip to content

Commit

Permalink
ci: Fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Oct 14, 2024
1 parent 7fd7dbf commit 2be1df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
matrix:
system: [x86_64-linux, aarch64-linux, aarch64-darwin, x86_64-darwin]
isMain:
- ${{ contains(github.ref, 'master') }}
- ${{ contains(github.ref, 'main') }}
# Excluded emulated builds on PRs
exclude:
- system: aarch64-linux
Expand Down

0 comments on commit 2be1df9

Please sign in to comment.