Fix CI workflow to correctly handle push events for branches and tags
This commit is contained in:
parent
329ec88b4c
commit
3f1779bd7d
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -3,8 +3,10 @@ name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags-ignore:
|
branches:
|
||||||
- "**"
|
- "**"
|
||||||
|
tags:
|
||||||
|
- "!**"
|
||||||
paths:
|
paths:
|
||||||
- ".github/workflows/ci.yml"
|
- ".github/workflows/ci.yml"
|
||||||
- "apps/infoalloggi/**"
|
- "apps/infoalloggi/**"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue