Skip to content

Commit

Permalink
Fix default branch name in workflow (#60)
Browse files Browse the repository at this point in the history
`$default-branch` only works in workflow _templates_, not in workflows.
Replace with actual branch name.
  • Loading branch information
phaubertin authored Oct 19, 2024
1 parent 73e5c87 commit 972a48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-i686.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build for i686

on:
push:
branches: [ $default-branch ]
branches: [ main ]
pull_request:
branches: [ '*' ]

Expand Down

0 comments on commit 972a48f

Please sign in to comment.