Skip to content

Commit

Permalink
Change CI trigger to all pushes on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
ricksbrown committed Sep 6, 2024
1 parent 1c6bd0c commit a0643ca
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 @@ -3,11 +3,7 @@

name: Java CI with Maven

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
on: [push, pull_request]

jobs:
build:
Expand Down

0 comments on commit a0643ca

Please sign in to comment.