Skip to content

Commit 3c2bfea

Browse files
committed
Add workflow file to trigger paths for self-testing
1 parent 05115d3 commit 3c2bfea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-content.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ on:
88
- 'data/**'
99
- 'templates/**'
1010
- 'scripts/**'
11+
- '.github/workflows/build-content.yml'
1112
pull_request:
1213
branches:
1314
- main
1415
paths:
1516
- 'data/**'
1617
- 'templates/**'
1718
- 'scripts/**'
19+
- '.github/workflows/build-content.yml'
1820
workflow_dispatch: # Allow manual triggering
1921

2022
jobs:

0 commit comments

Comments
 (0)