Skip to content

Commit

Permalink
ci: enable lint&test for release-targeting PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
neithere committed Oct 3, 2023
1 parent de3cd22 commit ff0b46a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on: # yamllint disable-line rule:truthy
pull_request:
branches:
- master
- 'release/**'

jobs:
tox:
Expand Down

0 comments on commit ff0b46a

Please sign in to comment.