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