make ci to run on PR as well
This commit is contained in:
parent
bc2c79e302
commit
d4d083ed97
4
.github/workflows/main.yaml
vendored
4
.github/workflows/main.yaml
vendored
@ -1,6 +1,6 @@
|
|||||||
name: Java CI
|
name: Java CI
|
||||||
|
|
||||||
on: [push]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
tests:
|
tests:
|
||||||
@ -32,4 +32,4 @@ jobs:
|
|||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: artifacts
|
name: artifacts
|
||||||
path: ${{ github.workspace }}/*/target/*.jar
|
path: ${{ github.workspace }}/*/target/*.jar
|
||||||
|
Loading…
x
Reference in New Issue
Block a user