Skip to content

Commit 0d46d25

Browse files
committed
GH Actions/publish-wiki: update path selection
I forgot to update the path selection in the `publish-wiki` workflow in PR 20, but this workflow should definitely also do a PR dry-run/push deploy if the automation to update the output example blocks changes.
1 parent ada52b8 commit 0d46d25

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/publish-wiki.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@ on:
44
branches:
55
- 'main'
66
paths:
7-
- wiki/**
87
- .github/workflows/publish-wiki.yml
8+
- build/wiki-code-samples/**
9+
- build/wiki-command-replacer.sh
10+
- wiki/**
911
# Do a dry-run (check, no deploy) for PRs.
1012
pull_request:
1113
paths:
12-
- wiki/**
1314
- .github/workflows/publish-wiki.yml
15+
- build/wiki-code-samples/**
16+
- build/wiki-command-replacer.sh
17+
- wiki/**
1418
# Allow running this workflow manually from the Actions tab.
1519
workflow_dispatch:
1620
# Allow this workflow to be triggered from outside.

0 commit comments

Comments
 (0)