Skip to content

Commit

Permalink
Run the test suite for PRs against release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
alecglen committed Aug 8, 2024
1 parent 4387069 commit e30eb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "v*" ]

jobs:
build:
Expand Down

0 comments on commit e30eb98

Please sign in to comment.