Skip to content

Commit

Permalink
Avoids duplicated builds on push
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Oct 24, 2022
1 parent 5829dae commit a95e996
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@

name: Java CI

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

jobs:
build:
Expand Down

0 comments on commit a95e996

Please sign in to comment.