Skip to content

Commit

Permalink
build(.github): run on PRs and pushes with the same target branches
Browse files Browse the repository at this point in the history
  • Loading branch information
npepinpe committed Sep 24, 2022
1 parent 350887d commit bd37cd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Continuous Integration
on:
pull_request:
branches: [ main ]
paths:
- '**/*.java'
- '**/pom.xml'
Expand Down

0 comments on commit bd37cd3

Please sign in to comment.