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 f1a0507 + bcf6bdc commit 1207dbaCopy full SHA for 1207dba
.github/workflows/documentation.yml
@@ -2,7 +2,7 @@ name: Sphinx Build
2
on: [push, pull_request, workflow_dispatch]
3
jobs:
4
docs:
5
- if: github.ref == 'refs/heads/develop'
+ if: {{ github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') }}
6
runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@v2
0 commit comments