Skip to content

Commit 24026e5

Browse files
committed
workflows: Skip build on doc changes
There is no need to run the build workflow on doc changes. Signed-off-by: Jan Tore Guggedal <[email protected]>
1 parent abacf8c commit 24026e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,15 @@ on:
4141
- "tests/on_target/**"
4242
- ".github/workflows/test.yml"
4343
- ".github/workflows/on_target.yml"
44+
- ".github/workflows/docs-build-and-publish.yml"
45+
- "docs/**"
4446
pull_request:
4547
paths-ignore:
4648
- "tests/on_target/**"
4749
- ".github/workflows/test.yml"
4850
- ".github/workflows/on_target.yml"
51+
- ".github/workflows/docs-build-and-publish.yml"
52+
- "docs/**"
4953
schedule:
5054
- cron: "0 0 * * *"
5155

0 commit comments

Comments
 (0)