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
2 changed files with 8 additions and 2 deletions

View File

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

View File

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