Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaceccanti committed Apr 24, 2021
1 parent bd34625 commit 8f34bce
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/maven_build.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@

name: Maven build & test

on:
release:
types: [ prereleased, published ]

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

jobs:
build:
Expand Down Expand Up @@ -48,6 +41,6 @@ jobs:
with:
context: .
file: docker/Dockerfile
push: ${{ github.event_name == 'release' }}
push: ${{ startsWith(github.ref, 'refs/tags/') }}
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}

0 comments on commit 8f34bce

Please sign in to comment.