Skip to content

Commit

Permalink
Add merge queue for Java SDK (#129)
Browse files Browse the repository at this point in the history
## Changes
Add merge queue for Java SDK to support merging PRs which haven't been
manually updated to latest main.

## Tests
<!-- How is this tested? -->
  • Loading branch information
mgyucht authored Aug 7, 2023
1 parent ffc5f25 commit 29ebcbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: build
on:
pull_request:
types: [opened, synchronize]
push:
branches: [main]
merge_group:
types: [checks_requested]

jobs:
fmt:
Expand Down Expand Up @@ -54,4 +54,4 @@ jobs:
restore-keys: ${{ runner.os }}-m2

- name: Check Unit Tests
run: mvn --errors test
run: mvn --errors test

0 comments on commit 29ebcbc

Please sign in to comment.