Skip to content

Commit

Permalink
Added temp change to maven yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zachary Pedigo authored and Zachary Pedigo committed Oct 16, 2024
1 parent 12cfe1e commit 94da5b6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ name: Java CI with Maven
on:
pull_request:
branches: [ "main" ]
push:
branches: [ "main" ]

jobs:
build:
Expand All @@ -26,7 +28,7 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn -B package --file pom.xml
run: mvn clean install -B package --file pom.xml

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
Expand Down

0 comments on commit 94da5b6

Please sign in to comment.