Skip to content

Commit 6577f7b

Browse files
committed
Fixed check
1 parent 12fa24b commit 6577f7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
environment: deployment_site
5656
needs: setup_docs
5757
runs-on: ubuntu-latest
58-
if: ${{ needs.setup_docs.outputs.branchName == 'master' }}
58+
if: ${{ needs.setup_docs.outputs.branchName == 'develop' }}
5959
steps:
6060
- name: Check-out
6161
uses: actions/checkout@v2

0 commit comments

Comments
 (0)