remove: tag filter from push workflow

This commit is contained in:
peaceiris 2019-09-05 01:35:27 +09:00
parent 606e38681b
commit 208db846da

View file

@ -5,14 +5,13 @@ on:
branches:
- master
- 'release-v*'
tags:
- invalid-tag
jobs:
test:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@master
- name: Docker build and print Hugo version
env:
DOCKER_IMAGE: ${{ github.repository }}:${{ github.sha }}