Run workflows for pull requests too to verify the test results (#2574)

This commit is contained in:
games647 2022-07-16 18:35:03 +02:00 committed by GitHub
parent 291790178d
commit dbf9afbf82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,10 @@
name: Java CI
on: [push]
on:
push:
pull_request:
branches:
- master
jobs:
build_and_test: