Run more checks on push

This commit is contained in:
Henry Mercer
2025-08-21 13:51:34 +01:00
parent 31ee7f54d3
commit 06f83b7cc8

View File

@@ -38,7 +38,6 @@ jobs:
run: .github/workflows/script/check-js.sh
check-file-contents:
if: github.event_name != 'push' || github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/releases/v')
name: Check file contents
permissions:
contents: read
@@ -59,7 +58,6 @@ jobs:
run: .github/workflows/script/verify-pr-checks.sh
npm-test:
if: github.event_name != 'push' || github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/releases/v')
name: Unit Test
strategy:
fail-fast: false