Skip to content

Commit

Permalink
Run the lint workflow on all RC branches
Browse files Browse the repository at this point in the history
  • Loading branch information
absidue committed Jun 19, 2022
1 parent 197a1df commit 404ca49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Linter
# events but only for the master branch
on:
pull_request:
branches: [ master, development, v0.17.0-RC ]
branches: [ master, development, '*-RC' ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down

0 comments on commit 404ca49

Please sign in to comment.