Skip to content

Commit fb7a7a1

Browse files
committed
Merge pull request #1331 from UncleGrumpy/emergency_doc_fix
Add missing paths to documentation workflow triggers Adds missing file triggers for files included in the documentation. These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
2 parents 4b82c37 + b306712 commit fb7a7a1

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)