Skip to content

Commit

Permalink
chore: Only run Java build on PRs with backend changes (#4108)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuverta authored Sep 26, 2023
1 parent a7aa1fa commit 9ca5373
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/java-build-push-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ name: Java Build, Push, Test
on:
pull_request:
types: [opened, reopened, synchronize]
paths:
- .github/workflows/java-build-push-test.yaml
- backend
- protos
- pom.xml
- build_and_publish_backend.sh
push:
branches:
- main
Expand Down

2 comments on commit 9ca5373

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docker Tag: main-2023-09-26T16-54-24--9ca5373

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Total coverage (common): 15.01
Total coverage (server): 61.37

Changed Files coverage (common): coverage 100
Changed Files coverage (server): 100

Please sign in to comment.