mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
ci: run self-verification more specifically
This commit is contained in:
@@ -4,15 +4,21 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- README.md
|
||||
paths:
|
||||
- "_test/demo-package/**"
|
||||
- "installation-test/**"
|
||||
- ".github/workflows/_internal-install.yaml"
|
||||
- "supported-version/**"
|
||||
- "!(**/*.md)"
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- README.md
|
||||
paths:
|
||||
- "_test/demo-package/**"
|
||||
- "installation-test/**"
|
||||
- ".github/workflows/_internal-install.yaml"
|
||||
- "supported-version/**"
|
||||
- "!(**/*.md)"
|
||||
|
||||
jobs:
|
||||
compute_matrix:
|
||||
|
||||
@@ -9,6 +9,7 @@ on:
|
||||
- ".github/workflows/_internal-integration.yaml"
|
||||
- ".github/workflows/integration.yaml"
|
||||
- "supported-version/**"
|
||||
- "!(**/*.md)"
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
@@ -17,6 +18,7 @@ on:
|
||||
- ".github/workflows/_internal-integration.yaml"
|
||||
- ".github/workflows/integration.yaml"
|
||||
- "supported-version/**"
|
||||
- "!(**/*.md)"
|
||||
|
||||
jobs:
|
||||
compute_matrix:
|
||||
|
||||
@@ -4,15 +4,19 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- README.md
|
||||
paths:
|
||||
- "_test/demo-package/**"
|
||||
- ".github/workflows/_internal-unit.yaml"
|
||||
- "unit-test/**"
|
||||
- "!(**/*.md)"
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- "docs/**"
|
||||
- README.md
|
||||
paths:
|
||||
- "_test/demo-package/**"
|
||||
- ".github/workflows/_internal-unit.yaml"
|
||||
- "unit-test/**"
|
||||
- "!(**/*.md)"
|
||||
|
||||
jobs:
|
||||
unit-test:
|
||||
|
||||
Reference in New Issue
Block a user