We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12fa24b commit 6577f7bCopy full SHA for 6577f7b
1 file changed
.github/workflows/testing.yml
@@ -55,7 +55,7 @@ jobs:
55
environment: deployment_site
56
needs: setup_docs
57
runs-on: ubuntu-latest
58
- if: ${{ needs.setup_docs.outputs.branchName == 'master' }}
+ if: ${{ needs.setup_docs.outputs.branchName == 'develop' }}
59
steps:
60
- name: Check-out
61
uses: actions/checkout@v2
0 commit comments