Skip to content

Commit e1c633a

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

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Checks the SDK only using APIs from the targeted API level"
33
on:
44
workflow_dispatch:
55
push:
6-
branches: [dev, master]
6+
branches: [dev, master, support/2.x.x]
77
pull_request:
88
branches: [dev, master]
99

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Publish
22

33
on:
44
push:
5-
branches: [dev, master]
5+
branches: [dev, master, support/2.x.x]
66
paths-ignore:
77
- '.gradle/wrapper'
88
- '.gitignore'

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [dev, master]
16+
branches: [dev, master, support/2.x.x]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
1919
branches: [dev]

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Java CI with Gradle
22

33
on:
44
pull_request:
5-
branches: [dev, master]
5+
branches: [dev, master, support/2.x.x]
66
paths-ignore:
77
- '.gradle/wrapper'
88
- '.gitignore'

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Static analysis with SonarCloud
22
on:
33
workflow_dispatch:
44
push:
5-
branches: [master, dev]
5+
branches: [master, dev, support/2.x.x]
66
pull_request:
77
types: [opened, synchronize, reopened]
88

0 commit comments

Comments
 (0)