Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
all commits
  • Loading branch information
eleanordoesntcode authored Jun 26, 2024
1 parent 0d24563 commit 87f7b65
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,7 @@
# if you wish to create the actual jar.
name: Compile and test

on:
# We run our tests whenever the pom or a source file was touched.
# There is no need to run Maven when only the changelog was touched.
# We may also want to re-run this workflow when the workflow file itself
# was updated too.
push:
paths:
- 'src/**'
- 'pom.xml'
- '.github/workflows/maven.yml'

# Whenever someone submits a new pull request which modified the pom or a source file,
# we want to ensure it compiles successfully and that all tests will pass.
pull_request:
paths:
- 'src/**'
- 'pom.xml'
on: [push]

jobs:
compile:
Expand Down

0 comments on commit 87f7b65

Please sign in to comment.