Skip to content

Commit 172a7ae

Browse files
authored
Update test.yml
1 parent ef346af commit 172a7ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Test
55

66
on:
77
push:
8-
branches: ["!main"]
8+
branches: [main]
99
pull_request:
1010
branches: [main]
1111

@@ -29,7 +29,7 @@ jobs:
2929
pip install -e .[server]
3030
pip install -e .[test]
3131
- name: Lint/test with pre-commit
32-
run: pre-commit run --all-files
32+
run: SKIP=no-commit-to-branch pre-commit run --all-files
3333

3434
test:
3535
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)