Skip to content

Commit

Permalink
Trigger maven CI action upon push to main (#1053)
Browse files Browse the repository at this point in the history
  • Loading branch information
fkleedorfer authored Dec 5, 2024
1 parent 5dde481 commit 67f819f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: Java CI with Maven

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

Expand Down

0 comments on commit 67f819f

Please sign in to comment.