From 3c0bf240e98ee8cff78181c7c3a569790c4ebdf9 Mon Sep 17 00:00:00 2001 From: Iulian Pascalau Date: Thu, 21 Dec 2023 21:48:20 +0200 Subject: [PATCH] - activated workflows for `rc/*` branches --- .github/workflows/golangci-lint.yml | 4 ++-- .github/workflows/pr-tests.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 2712e322..e843d2f1 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -2,9 +2,9 @@ name: golangci-lint on: push: - branches: [ main, development, feat/* ] + branches: [ main, development, feat/*, rc/* ] pull_request: - branches: [ main, development, feat/* ] + branches: [ main, development, feat/*, rc/* ] permissions: contents: read diff --git a/.github/workflows/pr-tests.yml b/.github/workflows/pr-tests.yml index e1b1ac06..fec3786c 100644 --- a/.github/workflows/pr-tests.yml +++ b/.github/workflows/pr-tests.yml @@ -2,9 +2,9 @@ name: Tests on: push: - branches: [ main, feat/* ] + branches: [ main, feat/*, rc/* ] pull_request: - branches: [ main, feat/* ] + branches: [ main, feat/*, rc/* ] jobs: test: