Skip to content

Commit 6da6010

Browse files
Add pull request trigger on workflow
1 parent 6924380 commit 6da6010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will build a Java project with Maven
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
33
name: Java CI with Maven
4-
on: push
4+
on: [push, pull_request]
55
jobs:
66
build:
77
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)