From e60328c43c1e7beed636312f26e996aca7afb0af Mon Sep 17 00:00:00 2001 From: Antonio Antonino Date: Fri, 11 Oct 2024 11:21:50 +0200 Subject: [PATCH] chore: change codebase check workflow to be triggered on pushes --- .github/workflows/check-code.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-code.yml b/.github/workflows/check-code.yml index 9ca443e5c..087e1058b 100644 --- a/.github/workflows/check-code.yml +++ b/.github/workflows/check-code.yml @@ -6,7 +6,8 @@ on: branches: - develop - master - - 'refs/tags/[0-9]+.[0-9]+.[0-9]+*' + tags: + - '[0-9]+.[0-9]+.[0-9]+*' concurrency: group: ${{ github.workflow }}-${{ github.ref }}