Skip to content

Commit

Permalink
Fix detect-breaking-change Github action configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
  • Loading branch information
reta committed Apr 2, 2024
1 parent 1beec65 commit 3d44404
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/detect-breaking-change.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: "Detect Breaking Changes"
on: [push, pull_request]
on:
pull_request:
push:
branches:
- main
- '[0-9]+.[0-9]+'
- '[0-9]+.x'
jobs:
detect-breaking-change:
runs-on: ubuntu-latest
Expand All @@ -11,6 +17,7 @@ jobs:
java-version: 21
- uses: gradle/gradle-build-action@v3
with:
cache-disabled: true
arguments: japicmp
gradle-version: 8.7
build-root-directory: server
Expand Down

0 comments on commit 3d44404

Please sign in to comment.