Skip to content

Commit 1207dba

Browse files
Merge pull request #68 from EthanJamesLew/quickfix/doc-cicd
Quickfix: Fix documentation CI/CD
2 parents f1a0507 + bcf6bdc commit 1207dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Sphinx Build
22
on: [push, pull_request, workflow_dispatch]
33
jobs:
44
docs:
5-
if: github.ref == 'refs/heads/develop'
5+
if: {{ github.ref == 'refs/heads/develop' || github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags') }}
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)