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.
1 parent 26c6984 commit 76cd747Copy full SHA for 76cd747
.github/workflows/build-docs.yml
@@ -178,7 +178,8 @@ jobs:
178
179
# Triggered on pull request, push to develop or master branch only
180
if: >
181
- github.event_name == 'pull_request' || github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/master'
+ github.event_name == 'pull_request' || github.ref == 'refs/heads/develop'
182
+ || github.ref == 'refs/heads/master'
183
184
steps:
185
# Deploy the static files created in the previous job to GitHub Pages
0 commit comments