We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6924380 commit 6da6010Copy full SHA for 6da6010
.github/workflows/build.yaml
@@ -1,7 +1,7 @@
1
# This workflow will build a Java project with Maven
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
3
name: Java CI with Maven
4
-on: push
+on: [push, pull_request]
5
jobs:
6
build:
7
runs-on: ubuntu-latest
0 commit comments