Skip to content

Commit

Permalink
Re-enable action so it can be tested with what will be 1.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanPak committed Apr 13, 2023
1 parent 0c60594 commit b1524d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ name: Release to npm
# https://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow
on:
# For action testing! Will need to update this when merged to main for the button to trigger action.
#push:
push:
# UN-COMMENT THESE OUT NEXT TIME
#branches:
#- feature/automated-releases
branches:
- feature/automated-releases
workflow_dispatch:


Expand Down

0 comments on commit b1524d2

Please sign in to comment.