remove: tag filter from push workflow
This commit is contained in:
parent
606e38681b
commit
208db846da
1 changed files with 1 additions and 2 deletions
3
.github/workflows/push.yml
vendored
3
.github/workflows/push.yml
vendored
|
|
@ -5,14 +5,13 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- 'release-v*'
|
- 'release-v*'
|
||||||
tags:
|
|
||||||
- invalid-tag
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
|
||||||
- name: Docker build and print Hugo version
|
- name: Docker build and print Hugo version
|
||||||
env:
|
env:
|
||||||
DOCKER_IMAGE: ${{ github.repository }}:${{ github.sha }}
|
DOCKER_IMAGE: ${{ github.repository }}:${{ github.sha }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue