From 418c4dda81ee9910ce3a1e04b154d376fe371cd8 Mon Sep 17 00:00:00 2001 From: Facundo Santillo Alarcon Date: Sun, 27 Oct 2024 10:05:26 +0100 Subject: [PATCH] bump version on merge --- .github/workflows/ci-pipeline.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-pipeline.yaml b/.github/workflows/ci-pipeline.yaml index 7ef660f..28f98ee 100644 --- a/.github/workflows/ci-pipeline.yaml +++ b/.github/workflows/ci-pipeline.yaml @@ -1,11 +1,15 @@ name: CI Pipeline on: - workflow_dispatch: pull_request: branches: - main - release/* + push: + branches: + - main + - release/* + workflow_dispatch: jobs: setup: