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 05825c5 commit 4aa8500Copy full SHA for 4aa8500
.github/workflows/deploy-docs.yml
@@ -15,7 +15,7 @@ jobs:
15
# Only run on master/main pushes or PRs with "docs" label
16
if: |
17
github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main') ||
18
- github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'docs') ||
+ github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'documentation') ||
19
github.event_name == 'workflow_dispatch'
20
21
steps:
0 commit comments