Skip to content

Commit 0c321ff

Browse files
authored
Update deployment.yml
Added workflow dispatch
1 parent 50e5907 commit 0c321ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deployment.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: 'Deployment (Stage)'
22
on:
3-
push:
4-
branches:
5-
- 'stage'
6-
# workflow_dispatch:
3+
# push:
4+
# branches:
5+
# - 'stage'
6+
workflow_dispatch:
77

88
jobs:
99
Docusaurus:

0 commit comments

Comments
 (0)