Skip to content

Commit a02e88e

Browse files
committed
Run workflows on pull requests
1 parent 0a0d133 commit a02e88e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/java-ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
push:
99
paths:
1010
- '**.java'
11+
pull_request:
12+
paths:
13+
- '**.java'
1114

1215
# Continuous integration
1316
name: Java CI

.github/workflows/java-qa.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- 'release/**' # Release branches
1111
- 'hotfix/**' # Hotfix branches
1212
- master # Main project branch
13+
pull_request:
1314

1415
# Quality Assurance
1516
name: Java QA

0 commit comments

Comments
 (0)