Skip to content

Commit

Permalink
Add pull request into ci-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thadguidry committed Nov 7, 2024
1 parent 567f014 commit aa4efc7
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: CI Build
name: CI Build & Test

on:
pull_request:
paths-ignore:
-
branches:
- master
push:
branches:
- 'feature/**'
Expand All @@ -16,8 +21,6 @@ jobs:
java-version: '21'
distribution: 'liberica'
cache: 'maven'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
# settings-path: ${{ github.workspace }} # location for the settings.xml file

- name: Build with Maven
run: ./mvnw -B verify --file pom.xml
Expand Down

0 comments on commit aa4efc7

Please sign in to comment.