Skip to content

Commit

Permalink
Add version branches to lint checks
Browse files Browse the repository at this point in the history
(cherry picked from commit 48e8a38)
  • Loading branch information
bryanforbes committed Nov 7, 2023
1 parent 036674e commit 05b7d11
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ name: Lint files
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master ]
branches:
- 'master'
- 'v[0-9]+.[0-9]+'
pull_request:
branches: [ master ]
branches:
- 'master'
- 'v[0-9]+.[0-9]+'

# 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 05b7d11

Please sign in to comment.