Skip to content

Commit ff2f0d8

Browse files
authored
Merge pull request #791 from plugwise/precommit2
No pre-commit on main branch
2 parents 40c6cae + 48c2681 commit ff2f0d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
pre-commit:
1818
name: Validate pre-commit requirements
1919
runs-on: ubuntu-latest
20-
if: github.ref != 'refs/heads/master'
20+
if: github.ref != 'refs/heads/main'
2121
steps:
2222
- name: Check out committed code
2323
uses: actions/checkout@v4.2.2

0 commit comments

Comments
 (0)