Skip to content

Commit e6216db

Browse files
committed
Ignore Compiler PRs in other workflows
1 parent 3624bbb commit e6216db

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ name: "E2E Tests"
44

55
on:
66
pull_request:
7+
paths-ignore:
8+
- 'compiler/**'
79
push:
810
branches:
911
- "master"
12+
paths-ignore:
13+
- 'compiler/**'
1014

1115
env:
1216
COMPOSER_ROOT_VERSION: "1.3.x-dev"

.github/workflows/static-analysis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ name: "Static Analysis"
44

55
on:
66
pull_request:
7+
paths-ignore:
8+
- 'compiler/**'
79
push:
810
branches:
911
- "master"
12+
paths-ignore:
13+
- 'compiler/**'
1014

1115
env:
1216
COMPOSER_ROOT_VERSION: "1.3.x-dev"

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ name: "Tests"
44

55
on:
66
pull_request:
7+
paths-ignore:
8+
- 'compiler/**'
79
push:
810
branches:
911
- "master"
12+
paths-ignore:
13+
- 'compiler/**'
1014

1115
env:
1216
COMPOSER_ROOT_VERSION: "1.3.x-dev"

0 commit comments

Comments
 (0)