We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec48d4 commit b595f29Copy full SHA for b595f29
1 file changed
.github/workflows/typecheck.yml
@@ -21,6 +21,7 @@ on:
21
jobs:
22
typecheck:
23
name: "👀 Typecheck"
24
+ if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.changed_files != 0)
25
26
runs-on: ubuntu-latest
27
0 commit comments