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:
|
||||
- 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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue