Skip to content

Commit a1d3917

Browse files
baywetNdiritu
andauthored
Apply suggestions from code review
Co-authored-by: Philip Gichuhi <[email protected]>
1 parent e1c633a commit a1d3917

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/api-level-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches: [dev, master, support/2.x.x]
77
pull_request:
8-
branches: [dev, master]
8+
branches: [dev, master, support/2.x.x]
99

1010
jobs:
1111
lint-api-level:

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
branches: [dev, master, support/2.x.x]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [dev]
19+
branches: [dev, support/2.x.x]
2020
schedule:
2121
- cron: '0 1 * * 4'
2222
workflow_dispatch:

.github/workflows/conflicting-pr-label.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ name: PullRequestConflicting
77
on:
88
workflow_dispatch:
99
push:
10-
branches: [master, dev]
10+
branches: [master, dev, support/2.x.x]
1111
pull_request:
1212
types: [synchronize]
13-
branches: [master, dev]
13+
branches: [master, dev, support/2.x.x]
1414

1515
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1616
jobs:

0 commit comments

Comments
 (0)