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.
1 parent 5d3bba9 commit 02d5247Copy full SHA for 02d5247
.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