Skip to content

Commit

Permalink
fix for wrong branch commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwalt committed Nov 18, 2024
1 parent 8f0b114 commit 35460f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
!build/libar.o
- name: Commit changes
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
Expand Down

0 comments on commit 35460f4

Please sign in to comment.