Skip to content

Commit

Permalink
update npm-publish workflow to work on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Magdi committed Sep 21, 2024
1 parent 8b041fe commit 152e05c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Node.js Package

on:
release:
types: [created]
push:
branches: ['main']

jobs:
build:
Expand Down

0 comments on commit 152e05c

Please sign in to comment.