We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37cec07 + 5ea3ab2 commit d79850cCopy full SHA for d79850c
.github/workflows/deployment.yml
@@ -1,6 +1,9 @@
1
name: 'Deployment (Stage)'
2
on:
3
- workflow_dispatch:
+ push:
4
+ branches:
5
+ - 'stage'
6
+ # workflow_dispatch:
7
8
jobs:
9
Docusaurus:
0 commit comments