Skip to content

Commit 9c9786a

Browse files
authored
chore: update workflow configuration
1 parent 873d75b commit 9c9786a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/main.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
name: CI
2+
on:
23
push:
3-
branches: [main]
4+
branches:
5+
- main
46
pull_request:
5-
branches: [main]
7+
branches:
8+
- main
69
jobs:
710
build:
811
name: test Node ${{ matrix.node }} Webpack ${{ matrix.webpack }} ${{ matrix.os }}

0 commit comments

Comments
 (0)