Skip to content

Commit

Permalink
Build on branch push and PR
Browse files Browse the repository at this point in the history
  • Loading branch information
venushka authored Jan 23, 2022
1 parent d3f27ab commit ab3ff9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Build
on: [push]
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -10,4 +10,4 @@ jobs:
java-version: '8'
distribution: 'adopt'
cache: maven
- run: mvn --batch-mode --update-snapshots verify
- run: mvn --batch-mode --update-snapshots verify

0 comments on commit ab3ff9f

Please sign in to comment.