mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 20:37:30 +00:00
chore(workflow): ignore tags for docs and codecov flows (#1564)
This commit is contained in:
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 }}
|
||||
|
||||
|
Reference in New Issue
Block a user