Skip to content

Commit

Permalink
build: allow snapshotting from branch via workflow dispatch (#1616)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored Sep 26, 2023
1 parent b5a227c commit 5ff325d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
release-snapshot:
name: Publish snapshot release to npm
runs-on: ubuntu-latest
if: github.event_name != 'workflow_dispatch'
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 5ff325d

Please sign in to comment.