mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-19 06:41:20 +00:00
ci: dont run internal tests on markdown changes
This commit is contained in:
@@ -8,7 +8,7 @@ on:
|
||||
- ".github/workflows/_internal-supported-version.yaml"
|
||||
- "supported-version/**"
|
||||
- "package-lock.json"
|
||||
- "!(**/*.md)"
|
||||
- "!**/*.md"
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
@@ -16,7 +16,7 @@ on:
|
||||
- ".github/workflows/_internal-supported-version.yaml"
|
||||
- "supported-version/**"
|
||||
- "package-lock.json"
|
||||
- "!(**/*.md)"
|
||||
- "!**/*.md"
|
||||
|
||||
jobs:
|
||||
unit-test:
|
||||
|
||||
Reference in New Issue
Block a user