make ci to run on PR as well

This commit is contained in:
Konstantin Perikov 2021-12-11 11:58:01 +00:00
parent bc2c79e302
commit d4d083ed97

View File

@ -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