File tree Expand file tree Collapse file tree 8 files changed +21
-12
lines changed Expand file tree Collapse file tree 8 files changed +21
-12
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,11 @@ name: "CodeQL"
1515
1616on : # yamllint disable-line rule:truthy
1717 push :
18- branches : ["main", "develop", "feature/*" ]
18+ branches : ["main"]
1919 pull_request :
2020 # The branches below must be a subset of the branches above
2121 branches : ["main"]
22+ workflow_dispatch :
2223 schedule :
2324 # ┌───────────── minute (0 - 59)
2425 # │ ┌───────────── hour (0 - 23)
Original file line number Diff line number Diff line change @@ -4,9 +4,11 @@ name: Docker Image CI
44
55on : # yamllint disable-line rule:truthy
66 push :
7- branches : ["main", "develop", "feature/*" ]
7+ branches : ["main"]
88 pull_request :
9+ # The branches below must be a subset of the branches above
910 branches : ["main"]
11+ workflow_dispatch :
1012
1113env :
1214 IMAGE_NAME : algorithm-exercises-ts
Original file line number Diff line number Diff line change @@ -12,10 +12,11 @@ name: ESLint
1212
1313on : # yamllint disable-line rule:truthy
1414 push :
15- branches : ["main", "develop" ]
15+ branches : ["main"]
1616 pull_request :
1717 # The branches below must be a subset of the branches above
1818 branches : ["main"]
19+ workflow_dispatch :
1920 schedule :
2021 # ┌───────────── minute (0 - 59)
2122 # │ ┌───────────── hour (0 - 23)
Original file line number Diff line number Diff line change @@ -4,9 +4,11 @@ name: Markdown Lint
44
55on : # yamllint disable-line rule:truthy
66 push :
7- branches : ["main", "develop", "feature/*" ]
7+ branches : ["main"]
88 pull_request :
9+ # The branches below must be a subset of the branches above
910 branches : ["main"]
11+ workflow_dispatch :
1012
1113jobs :
1214 build :
Original file line number Diff line number Diff line change @@ -4,9 +4,11 @@ name: Node.js CI Coverage
44
55on : # yamllint disable-line rule:truthy
66 push :
7- branches : ["main", "develop", "feature/*" ]
7+ branches : ["main"]
88 pull_request :
9+ # The branches below must be a subset of the branches above
910 branches : ["main"]
11+ workflow_dispatch :
1012
1113jobs :
1214 build :
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ name: Node.js CI Tests
44
55on : # yamllint disable-line rule:truthy
66 push :
7- branches : ["main", "develop", "feature/*" ]
7+ branches : ["main"]
88 pull_request :
9+ # The branches below must be a subset of the branches above
910 branches : ["main"]
11+ workflow_dispatch :
1012
1113jobs :
1214 build :
13-
1415 runs-on : ubuntu-latest
15-
1616 strategy :
1717 matrix :
1818 os : [
Original file line number Diff line number Diff line change 33name : Snyk Code analysis
44
55on : # yamllint disable-line rule:truthy
6- push :
7- branches : ["main", "develop", "feature/*"]
86 pull_request :
9- branches : ["main"]
7+ push :
8+ workflow_dispatch :
109
1110jobs :
1211 security :
Original file line number Diff line number Diff line change @@ -4,9 +4,11 @@ name: YAML lint
44
55on : # yamllint disable-line rule:truthy
66 push :
7- branches : ["main", "develop", "feature/*" ]
7+ branches : ["main"]
88 pull_request :
9+ # The branches below must be a subset of the branches above
910 branches : ["main"]
11+ workflow_dispatch :
1012
1113jobs :
1214 lint :
You can’t perform that action at this time.
0 commit comments