Skip to content

Commit 6125ad5

Browse files
authored
update yaml-pr.yml to include better plugin changes (#3271)
1 parent 94170b6 commit 6125ad5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/yaml-pr.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ on:
2929
- '**/requirements.txt'
3030
- 'python/default_base_*.txt'
3131
- 'python/generate_all_dependencies.sh'
32-
- 'plugins/core-plugin/src/main/resources/**'
32+
# Plugin updates
33+
- 'plugins/core-plugin/**'
34+
- 'plugins/templates-maven-plugin/**'
3335
# Include relevant GitHub Action files for running these checks.
3436
# This will make it easier to verify action changes don't break anything.
3537
- '.github/actions/setup-env/*'

0 commit comments

Comments
 (0)