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 03797c0 + 02d5247 commit 777f91bCopy full SHA for 777f91b
.github/workflows/docs.yml
@@ -84,7 +84,7 @@ jobs:
84
85
deploy:
86
needs: build
87
- if: github.event_name == 'push' && github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch' || github.event_name == 'release'
+ if: (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'workflow_dispatch' || github.event_name == 'release'
88
runs-on: ubuntu-latest
89
steps:
90
- name: Checkout code
0 commit comments