Skip to content

Commit 4aa8500

Browse files
committed
fix: update label from 'docs' to 'documentation' in deployment workflow for clarity
1 parent 05825c5 commit 4aa8500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# Only run on master/main pushes or PRs with "docs" label
1616
if: |
1717
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') ||
18+
github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'documentation') ||
1919
github.event_name == 'workflow_dispatch'
2020
2121
steps:

0 commit comments

Comments
 (0)