Skip to content

Commit

Permalink
Trigger check on adding to merge queue (#175)
Browse files Browse the repository at this point in the history
This can detect problems with incompatible changes already merge into master.
  • Loading branch information
szpak authored Feb 19, 2023
1 parent 3216629 commit 612bd8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "Validate Gradle Wrapper"
on: [push, pull_request]
on: [push, pull_request, merge_group]

jobs:
validation:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/java-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
pull_request:
branches:
- '*'
merge_group:

jobs:
openjdk:
Expand Down

0 comments on commit 612bd8a

Please sign in to comment.