Skip to content

Commit

Permalink
Updating CI Github workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
byarger-ebay committed Jan 12, 2024
1 parent 28a1429 commit b76770c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/java-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Java CI
run-name: Triggering execution of Java tests
on: [push]
on:
push:
branches:
- main
pull_request:
types: [opened, edited, reopened, synchronize, ready_for_review]
jobs:
run-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b76770c

Please sign in to comment.