Skip to content

Commit

Permalink
Update publish.yml to trigger publish on push to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hamikhambardzumyan authored Jan 11, 2024
1 parent 8ac1639 commit bb73a08
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Publish to NPM
on:
release:
types: [created]
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bb73a08

Please sign in to comment.