Skip to content

Commit 5ea3ab2

Browse files
authored
Update deployment.yml
Reverted changes
1 parent 37cec07 commit 5ea3ab2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deployment.yml

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

58
jobs:
69
Docusaurus:

0 commit comments

Comments
 (0)