Skip to content

Commit

Permalink
Add Workflow Dispatch (#710)
Browse files Browse the repository at this point in the history
Allow publishing unstable from any branch.
  • Loading branch information
LiranCohen committed Mar 21, 2024
1 parent 9198817 commit b66d4e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/npm-publish-unstable.yml
Expand Up @@ -4,6 +4,12 @@ on:
push:
branches:
- main
workflow_dispatch:
inputs:
branchName:
description: 'Branch name to run the workflow on'
required: true
default: 'main'

jobs:

Expand Down

0 comments on commit b66d4e7

Please sign in to comment.