Run workflows for pull requests too to verify the test results (#2574)
This commit is contained in:
parent
291790178d
commit
dbf9afbf82
6
.github/workflows/maven.yml
vendored
6
.github/workflows/maven.yml
vendored
@ -1,6 +1,10 @@
|
|||||||
name: Java CI
|
name: Java CI
|
||||||
|
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_and_test:
|
build_and_test:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user