We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94170b6 commit 6125ad5Copy full SHA for 6125ad5
.github/workflows/yaml-pr.yml
@@ -29,7 +29,9 @@ on:
29
- '**/requirements.txt'
30
- 'python/default_base_*.txt'
31
- 'python/generate_all_dependencies.sh'
32
- - 'plugins/core-plugin/src/main/resources/**'
+ # Plugin updates
33
+ - 'plugins/core-plugin/**'
34
+ - 'plugins/templates-maven-plugin/**'
35
# Include relevant GitHub Action files for running these checks.
36
# This will make it easier to verify action changes don't break anything.
37
- '.github/actions/setup-env/*'
0 commit comments