Skip to content

Commit

Permalink
Merge pull request #157 from graphql-java/prs-on-other-branches
Browse files Browse the repository at this point in the history
Make builds run on other branches
  • Loading branch information
bbakerman authored May 23, 2024
2 parents 6ede2e6 + d62687f commit 20b3c01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
pull_request:
branches:
- master
- reactive-streams-branch
- '**'
jobs:
buildAndTest:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 20b3c01

Please sign in to comment.