Skip to content

Commit 4921fd3

Browse files
committed
Update github action excluding trigger on pushing a tag
1 parent 5d394cf commit 4921fd3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name: main
22
on:
3-
- pull_request
4-
- push
3+
pull_request:
4+
branches:
5+
- main
6+
push:
7+
branches:
8+
- main
59
jobs:
610
test:
711
name: Test (Node ${{ matrix.node }})

0 commit comments

Comments
 (0)