Skip to content

Commit

Permalink
run commit hook on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 13, 2024
1 parent 122a9b2 commit 7ced699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- run: ./target/debug/mise run render
- run: ./target/debug/mise run lint:fix
- run: git diff HEAD
- if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == 'jdx/mise'
- if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == 'jdx/mise'
uses: EndBug/add-and-commit@v9
with:
push: true
Expand Down

0 comments on commit 7ced699

Please sign in to comment.