Skip to content

Commit ab7458f

Browse files
committed
change hook
1 parent 1027911 commit ab7458f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/publish-github.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Node.js Package
22
on:
33
pull_request:
4-
branches:
5-
- main
4+
branches: [main]
5+
push:
6+
branches: [main]
67

78
jobs:
89
build:

0 commit comments

Comments
 (0)