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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths-ignore:
|
paths:
|
||||||
- "docs/**"
|
- "_test/demo-package/**"
|
||||||
- README.md
|
- "installation-test/**"
|
||||||
|
- ".github/workflows/_internal-install.yaml"
|
||||||
|
- "supported-version/**"
|
||||||
|
- "!(**/*.md)"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths-ignore:
|
paths:
|
||||||
- "docs/**"
|
- "_test/demo-package/**"
|
||||||
- README.md
|
- "installation-test/**"
|
||||||
|
- ".github/workflows/_internal-install.yaml"
|
||||||
|
- "supported-version/**"
|
||||||
|
- "!(**/*.md)"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
compute_matrix:
|
compute_matrix:
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ on:
|
|||||||
- ".github/workflows/_internal-integration.yaml"
|
- ".github/workflows/_internal-integration.yaml"
|
||||||
- ".github/workflows/integration.yaml"
|
- ".github/workflows/integration.yaml"
|
||||||
- "supported-version/**"
|
- "supported-version/**"
|
||||||
|
- "!(**/*.md)"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
@@ -17,6 +18,7 @@ on:
|
|||||||
- ".github/workflows/_internal-integration.yaml"
|
- ".github/workflows/_internal-integration.yaml"
|
||||||
- ".github/workflows/integration.yaml"
|
- ".github/workflows/integration.yaml"
|
||||||
- "supported-version/**"
|
- "supported-version/**"
|
||||||
|
- "!(**/*.md)"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
compute_matrix:
|
compute_matrix:
|
||||||
|
|||||||
@@ -4,15 +4,19 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths-ignore:
|
paths:
|
||||||
- "docs/**"
|
- "_test/demo-package/**"
|
||||||
- README.md
|
- ".github/workflows/_internal-unit.yaml"
|
||||||
|
- "unit-test/**"
|
||||||
|
- "!(**/*.md)"
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths-ignore:
|
paths:
|
||||||
- "docs/**"
|
- "_test/demo-package/**"
|
||||||
- README.md
|
- ".github/workflows/_internal-unit.yaml"
|
||||||
|
- "unit-test/**"
|
||||||
|
- "!(**/*.md)"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
unit-test:
|
unit-test:
|
||||||
|
|||||||
Reference in New Issue
Block a user