Allow the lint workflow to run on all RC branches (#2337)

This commit is contained in:
absidue 2022-06-19 21:27:11 +02:00 committed by GitHub
parent c9c6b38627
commit 7dbed0e943
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: