From fd99aeadc374cc2c7dcb330331685c3fad54d585 Mon Sep 17 00:00:00 2001 From: Facundo Santillo Alarcon Date: Sun, 27 Oct 2024 11:57:13 +0100 Subject: [PATCH 1/2] fix ci pipeline --- .github/workflows/ci-pipeline.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-pipeline.yaml b/.github/workflows/ci-pipeline.yaml index 06dcd10..3a0d71c 100644 --- a/.github/workflows/ci-pipeline.yaml +++ b/.github/workflows/ci-pipeline.yaml @@ -5,6 +5,7 @@ on: branches: - main - release/* + push: branches: - main @@ -12,8 +13,10 @@ on: create: branches-ignore: - - '*' - + - '*' + tags-ignore: + - '*' + workflow_dispatch: jobs: From 5b2900f28fc40dd4f3f83002d1eacb65042417de Mon Sep 17 00:00:00 2001 From: Facundo Santillo Alarcon Date: Sun, 27 Oct 2024 11:59:02 +0100 Subject: [PATCH 2/2] update matches --- .github/workflows/ci-pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-pipeline.yaml b/.github/workflows/ci-pipeline.yaml index 3a0d71c..cd4e34a 100644 --- a/.github/workflows/ci-pipeline.yaml +++ b/.github/workflows/ci-pipeline.yaml @@ -13,9 +13,9 @@ on: create: branches-ignore: - - '*' + - '**' tags-ignore: - - '*' + - '**' workflow_dispatch: