This commit is contained in:
Alexandre
2025-12-30 11:26:38 +01:00
committed by GitHub
parent 9321dc9345
commit 72549986f1
2 changed files with 0 additions and 237 deletions

View File

@@ -1,12 +0,0 @@
# GitHub Actions Path Filter Configuration
# Maps addon directory names to workflow labels
# Used by PR check workflow to detect which addons changed
# Existing addons (sample - add all from repo):
portainer: &portainer
- added|modified: "portainer/**"
portainer_agent: &portainer_agent
- added|modified: "portainer_agent/**"
# Add more addon labels as needed following the pattern above