Skip to content

Commit b306712

Browse files
committed
Add missing paths to documentation workflow triggers
Adds missing file triggers for files included in the documentation. Signed-off-by: Winford <winford@object.stream>
1 parent 4b82c37 commit b306712

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/build-docs.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ on:
2323
- 'doc/**'
2424
- 'libs/**'
2525
- 'src/libAtomVM/**'
26+
- 'UPDATING.md'
27+
- 'CONTRIBUTING.md'
28+
- 'CHANGELOG.md'
29+
- 'CODE_OF_CONDUCT.md'
2630
push:
2731
repositories:
2832
- '!atomvm/AtomVM'
@@ -32,6 +36,10 @@ on:
3236
- 'doc/**'
3337
- 'libs/**'
3438
- 'src/libAtomVM/**'
39+
- 'UPDATING.md'
40+
- 'CONTRIBUTING.md'
41+
- 'CHANGELOG.md'
42+
- 'CODE_OF_CONDUCT.md'
3543

3644
# Allows you to run this workflow manually from the Actions tab
3745
workflow_dispatch:

.github/workflows/publish-docs.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ on:
2323
- 'doc/**'
2424
- 'libs/**'
2525
- 'src/libAtomVM/**'
26+
- 'UPDATING.md'
27+
- 'CONTRIBUTING.md'
28+
- 'CHANGELOG.md'
29+
- 'CODE_OF_CONDUCT.md'
2630

2731
# Allows you to run this workflow manually from the Actions tab
2832
workflow_dispatch:

0 commit comments

Comments
 (0)