Skip to content

Commit ff0c3ca

Browse files
committed
Add an include::ed file to docs workflow triggers.
1 parent d058a28 commit ff0c3ca

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.github/workflows/docs-build-and-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
# Include all include::ed files outside doc/ directory!
1313
- 'src/README.unit_testing'
1414
- 'tools/README'
15+
- 'tools/mksurfdata_esmf/README.md'
1516

1617
# Allows you to run this workflow manually from the Actions tab
1718
workflow_dispatch:

.github/workflows/docs-omnibus.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
# Include all include::ed files outside doc/ directory!
1313
- 'src/README.unit_testing'
1414
- 'tools/README'
15+
- 'tools/mksurfdata_esmf/README.md'
1516

1617
pull_request:
1718
# Run on pull requests that change the listed files
@@ -23,6 +24,7 @@ on:
2324
# Include all include::ed files outside doc/ directory!
2425
- 'src/README.unit_testing'
2526
- 'tools/README'
27+
- 'tools/mksurfdata_esmf/README.md'
2628

2729
workflow_dispatch:
2830

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
# Include all include::ed files outside doc/ directory!
1515
- 'src/README.unit_testing'
1616
- 'tools/README'
17+
- 'tools/mksurfdata_esmf/README.md'
1718

1819
pull_request:
1920
# Run on pull requests that change the listed files
@@ -26,6 +27,7 @@ on:
2627
# Include all include::ed files outside doc/ directory!
2728
- 'src/README.unit_testing'
2829
- 'tools/README'
30+
- 'tools/mksurfdata_esmf/README.md'
2931

3032
workflow_dispatch:
3133

0 commit comments

Comments
 (0)