Skip to content

Commit

Permalink
Merge pull request #1 from smithkm/feature/CI
Browse files Browse the repository at this point in the history
Do CI on all PRs
  • Loading branch information
smithkm authored May 30, 2023
2 parents cd7dfb3 + 2d5955c commit a8208a7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@

name: Java CI with Maven

on:
push:
branches: [ $default-branch ]
pull_request:
branches: [ $default-branch ]
on: [pull_request]

jobs:
build:
Expand Down

0 comments on commit a8208a7

Please sign in to comment.