File tree Expand file tree Collapse file tree 5 files changed +15
-0
lines changed
Expand file tree Collapse file tree 5 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: Build and lint
22
33on :
44 pull_request :
5+ paths-ignore :
6+ - " docs/**"
7+ - " **.md"
58 push :
69 branches :
710 - master
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: "LTS"
22
33on :
44 pull_request :
5+ paths-ignore :
6+ - " docs/**"
7+ - " **.md"
58 push :
69 branches :
710 - master
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: "EE"
22
33on :
44 pull_request :
5+ paths-ignore :
6+ - " docs/**"
7+ - " **.md"
58 push :
69 branches :
710 - master
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: "Next feature version"
22
33on :
44 pull_request :
5+ paths-ignore :
6+ - " docs/**"
7+ - " **.md"
58 push :
69 branches :
710 - master
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: "previous LTS"
22
33on :
44 pull_request :
5+ paths-ignore :
6+ - " docs/**"
7+ - " **.md"
58 push :
69 branches :
710 - master
You can’t perform that action at this time.
0 commit comments