Skip to content

Commit

Permalink
Enable merge queue (#1129)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang-33 committed Oct 30, 2023
1 parent 507a0dc commit 5ef384b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
# Gradle Deamon:
# Disabled via appending ~/.gradle/gradle.properties
name: CI
on: [ push, pull_request ]
on:
push:
pull_request:
merge_group:

jobs:
test:
name: test (JDK ${{ matrix.java }})
Expand Down

0 comments on commit 5ef384b

Please sign in to comment.