From 03653810b9bc5af44514c8f3c437896995d3a572 Mon Sep 17 00:00:00 2001 From: Mirio Date: Sun, 8 Oct 2023 10:22:51 +0200 Subject: [PATCH] Adding release check --- .github/workflows/ci.yml | 4 ++-- .github/workflows/codecov-action.yml | 4 ++-- .github/workflows/codeql-action.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbb1450..207462e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,11 +9,11 @@ env: on: pull_request: - branches: ['main', 'develop'] + branches: ['main', 'develop', 'release/*'] paths-ignore: ['docs/**'] push: - branches: ['develop'] + branches: ['develop', 'release/*'] paths-ignore: ['docs/**'] concurrency: diff --git a/.github/workflows/codecov-action.yml b/.github/workflows/codecov-action.yml index 385731e..7538215 100644 --- a/.github/workflows/codecov-action.yml +++ b/.github/workflows/codecov-action.yml @@ -7,10 +7,10 @@ env: on: push: - branches: [ "main", "develop"] + branches: [ "main", "develop", "release/*"] pull_request: # The branches below must be a subset of the branches above - branches: [ "main", "develop"] + branches: [ "main", "develop", "release/*"] concurrency: group: ${{ github.head_ref || github.run_id }} diff --git a/.github/workflows/codeql-action.yml b/.github/workflows/codeql-action.yml index af18657..18290b0 100644 --- a/.github/workflows/codeql-action.yml +++ b/.github/workflows/codeql-action.yml @@ -13,10 +13,10 @@ name: "CodeQL" on: push: - branches: [ "main", "develop"] + branches: [ "main", "develop", "release/*"] pull_request: # The branches below must be a subset of the branches above - branches: [ "main", "develop"] + branches: [ "main", "develop", "release/*"] schedule: - cron: '15 8 * * 2'