Skip to content

Commit 00cfd17

Browse files
facusantilloFacundo Santillo Alarcon
andauthored
Hotfix/fix flow (#12)
Co-authored-by: Facundo Santillo Alarcon <facundo.santillo@wolterskluwers.com>
1 parent ee1a8a6 commit 00cfd17

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci-pipeline.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,18 @@ on:
55
branches:
66
- main
77
- release/*
8+
89
push:
910
branches:
1011
- main
1112
- release/*
1213

1314
create:
1415
branches-ignore:
15-
- '*'
16-
16+
- '**'
17+
tags-ignore:
18+
- '**'
19+
1720
workflow_dispatch:
1821

1922
jobs:

0 commit comments

Comments
 (0)