Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Commit

Permalink
Github workflows should act on release branches (#2101)
Browse files Browse the repository at this point in the history
  • Loading branch information
punya authored Apr 4, 2022
1 parent 05a25da commit a6ec041
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
- v0.*

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-gradle-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
- v0.*

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-maven-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
- v0.*

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- master
- v0.*

jobs:
build:
Expand Down

0 comments on commit a6ec041

Please sign in to comment.