Skip to content

Commit

Permalink
Merge pull request #110 from layer5io/patch-add-branch-name
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
nebula-aac authored Sep 28, 2023
2 parents 1d9b3a2 + a346707 commit 0b66ec5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: Publish NPM Package

on:
release:
types: [published]
types: [closed]
branches:
- 'v-*'
- master
workflow_dispatch:
inputs:
release-type:
Expand Down

0 comments on commit 0b66ec5

Please sign in to comment.