Docker push only from master

This commit is contained in:
SebClem 2021-02-16 12:30:04 +01:00
parent 617048afa3
commit 3d758304a0

View File

@ -29,9 +29,11 @@ jobs:
with:
name: claptrap_jar
path: build/libs/
build-docker:
runs-on: [ubuntu-latest]
needs: [build-gradle]
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v2
- name: Download artifact