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:
|
||||
push:
|
||||
tags-ignore:
|
||||
branches:
|
||||
- "**"
|
||||
tags:
|
||||
- "!**"
|
||||
paths:
|
||||
- ".github/workflows/ci.yml"
|
||||
- "apps/infoalloggi/**"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue