Skip to content

Commit 7836770

Browse files
committed
build: enables workflow_dispatch
1 parent cbb1eae commit 7836770

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/azure-backoffice.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
- main
1818
- v*/dev
1919
- v*/main
20+
workflow_dispatch:
2021

2122
jobs:
2223
build_and_deploy_job:

.github/workflows/azure-storybook.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
- main
1818
- v*/dev
1919
- v*/main
20+
workflow_dispatch:
2021

2122
env:
2223
NODE_OPTIONS: --max_old_space_size=16384

0 commit comments

Comments
 (0)