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
+5 -1
View File
@@ -1,6 +1,10 @@
name: Java CI
on: [push]
on:
push:
pull_request:
branches:
- master
jobs:
build_and_test: