We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2696329 commit 43fb76aCopy full SHA for 43fb76a
.github/workflows/tests-typecheck.yml
@@ -1,10 +1,6 @@
1
name: Tests, Linter & Typecheck
2
3
-on:
4
- push:
5
- branches:
6
- - main
7
- pull_request:
+on: [push, pull_request]
8
9
jobs:
10
test:
0 commit comments