Skip to content

Commit 4141db6

Browse files
committed
update gha to run unit tests in PRs
1 parent 5de90a4 commit 4141db6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/unit-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Java Unit Tests
22

33
on:
4+
pull_request:
5+
branches:
6+
- main
7+
- '[0-9]+.[0-9]+'
8+
types: [ opened, synchronize, reopened ]
49
workflow_run:
510
workflows: ['Validate Gradle Wrapper']
611
types: [completed]

0 commit comments

Comments
 (0)