We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f05d35 commit 9ac13d1Copy full SHA for 9ac13d1
.github/workflows/main.yml
@@ -1,5 +1,8 @@
1
name: CI
2
-on: [push]
+on:
3
+ push:
4
+ branches:
5
+ - '*'
6
jobs:
7
build:
8
name: Build, lint, and test on Node ${{ matrix.node }} and ${{ matrix.os }}
0 commit comments