Skip to content

Commit be6c0e4

Browse files
authored
Merge pull request #74 from graphql-java/update-GitHub-workflow
Add build workflow to release branches
2 parents 8a30e26 + 8265b16 commit be6c0e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull_request.yml

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
pull_request:
88
branches:
99
- master
10+
- 19.x
11+
- 18.x
12+
- 17.x
1013
jobs:
1114
buildAndTest:
1215
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)