chore(workflow): ignore tags for docs and codecov flows (#1564)

This commit is contained in:
Livio Amstutz 2021-04-09 13:51:27 +02:00 committed by GitHub
parent 188938e937
commit 0fe325bdd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,10 @@
name: Code Coverage
on: push
on:
push:
branches:
- '**'
tags-ignore:
- '**'
env:
REGISTRY: ghcr.io

View File

@ -3,7 +3,8 @@ on:
push:
paths:
- 'site/**'
tags-ignore:
- '**'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}