ci: dont run internal tests on markdown changes

This commit is contained in:
Damien Retzinger
2026-05-09 20:19:03 -04:00
parent d7959941c6
commit 38423ddb9b
12 changed files with 24 additions and 24 deletions
@@ -9,7 +9,7 @@ on:
- "setup-magento/**"
- ".github/workflows/_internal-setup-magento.yaml"
- "supported-version/**"
- "!(**/*.md)"
- "!**/*.md"
pull_request:
branches:
- main
@@ -17,7 +17,7 @@ on:
- "setup-magento/**"
- ".github/workflows/_internal-setup-magento.yaml"
- "supported-version/**"
- "!(**/*.md)"
- "!**/*.md"
env:
magento_folder: _ghamagento