Skip to content

Commit

Permalink
set triger
Browse files Browse the repository at this point in the history
  • Loading branch information
paakofiaidoo committed Oct 8, 2022
1 parent 3af1ddb commit 8681eeb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/npm-publish-github-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@

name: Node.js Package github

# on:
# release:
# types: [created]
on:
push:
branches:
- main
release:
types: [created]

jobs:
build:
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@

name: Node.js Package npm

# on:
# release:
# types: [created]
on:
push:
branches:
- main
release:
types: [created]

jobs:
build:
Expand Down

0 comments on commit 8681eeb

Please # to comment.