From 7dbed0e943e0b880a5b1f2d556b863b02fb40611 Mon Sep 17 00:00:00 2001 From: absidue <48293849+absidue@users.noreply.github.com> Date: Sun, 19 Jun 2022 21:27:11 +0200 Subject: [PATCH] Allow the lint workflow to run on all RC branches (#2337) --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 7402cf3fb..fe72c0b3d 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -6,7 +6,7 @@ name: Linter # events but only for the master branch on: pull_request: - branches: [ master, development ] + branches: [ master, development, '**-RC' ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: