mirror of
https://github.com/zitadel/zitadel.git
synced 2025-06-01 14:38:22 +00:00
chore(workflow): ignore tags for docs and codecov flows (#1564)
This commit is contained in:
parent
188938e937
commit
0fe325bdd7
7
.github/workflows/codecov.yml
vendored
7
.github/workflows/codecov.yml
vendored
@ -1,5 +1,10 @@
|
||||
name: Code Coverage
|
||||
on: push
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
tags-ignore:
|
||||
- '**'
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
|
3
.github/workflows/docs.yml
vendored
3
.github/workflows/docs.yml
vendored
@ -3,7 +3,8 @@ on:
|
||||
push:
|
||||
paths:
|
||||
- 'site/**'
|
||||
|
||||
tags-ignore:
|
||||
- '**'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user