File tree Expand file tree Collapse file tree 3 files changed +4
-16
lines changed
Expand file tree Collapse file tree 3 files changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,8 @@ name: "lint"
33
44on : # yamllint disable-line rule:truthy
55 pull_request :
6- push :
7- branches-ignore :
8- - ' *_test'
9- - ' *_dev'
10- - ' *_cloud'
6+ branches : main
7+ workflow_dispatch :
118
129jobs :
1310 lint :
Original file line number Diff line number Diff line change 22name : " test_cloud"
33
44on : # yamllint disable-line rule:truthy
5- push :
6- branches :
7- - ' *_cloud'
5+ pull_request :
6+ branches : main
87 workflow_dispatch :
98
109jobs :
Original file line number Diff line number Diff line change @@ -4,14 +4,6 @@ name: "test_matrix"
44on : # yamllint disable-line rule:truthy
55 pull_request :
66 branches : main
7- push :
8- branches-ignore :
9- - ' *_test'
10- - ' *_dev'
11- - ' *_cloud'
12- paths-ignore :
13- - ' **.md'
14- - ' LICENSE'
157 workflow_dispatch :
168
179jobs :
You can’t perform that action at this time.
0 commit comments