fix: push workflow

This commit is contained in:
peaceiris 2019-09-05 01:31:55 +09:00
parent 974d77d30f
commit 606e38681b

View file

@ -2,6 +2,9 @@ name: Push workflow
on: on:
push: push:
branches:
- master
- 'release-v*'
tags: tags:
- invalid-tag - invalid-tag
@ -11,7 +14,6 @@ jobs:
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
- name: Docker build and print Hugo version - name: Docker build and print Hugo version
if: github.event.deleted == false
env: env:
DOCKER_IMAGE: ${{ github.repository }}:${{ github.sha }} DOCKER_IMAGE: ${{ github.repository }}:${{ github.sha }}
run: | run: |