Skip to content

Commit

Permalink
github: added workflow_dispatch on workflows to allow manual running
Browse files Browse the repository at this point in the history
  • Loading branch information
ratiud committed Nov 26, 2023
1 parent 20a2e11 commit 1afd5c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mps_cli_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- 'main'
pull_request:
workflow_dispatch:

env:
GITHUB_TOKEN: ${{ secrets.MPSCLI_GITHUB_PKG_REGISTRY }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mps_cli_py_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- 'main'
pull_request:
workflow_dispatch:

env:
GITHUB_TOKEN: ${{ secrets.MPSCLI_GITHUB_PKG_REGISTRY }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/mps_cli_ts_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- 'main'
pull_request:
workflow_dispatch:

env:
GITHUB_TOKEN: ${{ secrets.MPSCLI_GITHUB_PKG_REGISTRY }}
Expand Down

0 comments on commit 1afd5c0

Please sign in to comment.