Skip to content

Commit 02d5247

Browse files
amrit110Copilot
andauthored
Update .github/workflows/docs.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5d3bba9 commit 02d5247

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)