Skip to content

Commit 777f91b

Browse files
committed
Merge branch 'add_multiversion_docs_support' of github.com:VectorInstitute/vector-inference into add_multiversion_docs_support
2 parents 03797c0 + 02d5247 commit 777f91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
deploy:
8686
needs: build
87-
if: github.event_name == 'push' && github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch' || github.event_name == 'release'
87+
if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'workflow_dispatch' || github.event_name == 'release'
8888
runs-on: ubuntu-latest
8989
steps:
9090
- name: Checkout code

0 commit comments

Comments
 (0)