Skip to content

Commit e08f471

Browse files
committed
chore: npm workflow triggers when push on main branch
1 parent c804992 commit e08f471

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/npm.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Publishing to NPM
2-
3-
on: push
4-
2+
on:
3+
push:
4+
branches:
5+
- 'main'
56
jobs:
67
publish:
78
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)