Skip to content

Commit 06f83b7

Browse files
committed
Run more checks on push
1 parent 31ee7f5 commit 06f83b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/pr-checks.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
run: .github/workflows/script/check-js.sh
3939

4040
check-file-contents:
41-
if: github.event_name != 'push' || github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/releases/v')
4241
name: Check file contents
4342
permissions:
4443
contents: read
@@ -59,7 +58,6 @@ jobs:
5958
run: .github/workflows/script/verify-pr-checks.sh
6059

6160
npm-test:
62-
if: github.event_name != 'push' || github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/releases/v')
6361
name: Unit Test
6462
strategy:
6563
fail-fast: false

0 commit comments

Comments
 (0)