Skip to content

Commit

Permalink
Fix double maven builds on PR pushes
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasGrether committed Jul 10, 2021
1 parent 76bb900 commit c717ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-build.yml
Expand Up @@ -3,7 +3,7 @@

name: Maven Build

on: [ push, pull_request ]
on: [ push ]

jobs:
build:
Expand Down

0 comments on commit c717ce6

Please sign in to comment.