Skip to content

Commit 00cfd17

Browse files
facusantilloFacundo Santillo Alarcon
and
Facundo Santillo Alarcon
authored
Hotfix/fix flow (#12)
Co-authored-by: Facundo Santillo Alarcon <[email protected]>
1 parent ee1a8a6 commit 00cfd17

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci-pipeline.yaml

+5-2
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)