We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc1ee32 commit e5d0916Copy full SHA for e5d0916
.github/workflows/test.yml
@@ -1,5 +1,9 @@
1
name: Lint tests
2
-on: [push, pull_request]
+on:
3
+ push:
4
+ branches:
5
+ - main
6
+ pull_request:
7
jobs:
8
build:
9
name: Lint tests (node latest)
0 commit comments