Add tags-ignore configuration for push events in CI workflow
This commit is contained in:
parent
61e1d3246d
commit
e6d0718ba2
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -3,6 +3,8 @@ name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
tags-ignore:
|
||||||
|
- "**"
|
||||||
paths:
|
paths:
|
||||||
- ".github/workflows/ci.yml"
|
- ".github/workflows/ci.yml"
|
||||||
- "apps/infoalloggi/**"
|
- "apps/infoalloggi/**"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue