Skip to content

Commit

Permalink
Allow lint workflow to run for v4.x.x PRs and branch (#1741)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyomair authored Feb 22, 2024
1 parent 9c0e2cc commit 9e7a902
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,9 @@ on:
- opened
- synchronize
- reopened
- closed
branches:
- main
- next
push:
branches:
- main
- next
- v4.x.x

jobs:
lint:
Expand Down

0 comments on commit 9e7a902

Please sign in to comment.