File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,13 @@ name: "E2E Tests"
44
55on :
66 pull_request :
7+ paths-ignore :
8+ - ' compiler/**'
79 push :
810 branches :
911 - " master"
12+ paths-ignore :
13+ - ' compiler/**'
1014
1115env :
1216 COMPOSER_ROOT_VERSION : " 1.3.x-dev"
Original file line number Diff line number Diff line change @@ -4,9 +4,13 @@ name: "Static Analysis"
44
55on :
66 pull_request :
7+ paths-ignore :
8+ - ' compiler/**'
79 push :
810 branches :
911 - " master"
12+ paths-ignore :
13+ - ' compiler/**'
1014
1115env :
1216 COMPOSER_ROOT_VERSION : " 1.3.x-dev"
Original file line number Diff line number Diff line change @@ -4,9 +4,13 @@ name: "Tests"
44
55on :
66 pull_request :
7+ paths-ignore :
8+ - ' compiler/**'
79 push :
810 branches :
911 - " master"
12+ paths-ignore :
13+ - ' compiler/**'
1014
1115env :
1216 COMPOSER_ROOT_VERSION : " 1.3.x-dev"
You can’t perform that action at this time.
0 commit comments