Skip to content

Commit

Permalink
ci: enable lint&test for release-targeting PRs and commits
Browse files Browse the repository at this point in the history
  • Loading branch information
neithere committed Oct 4, 2023
1 parent 7853057 commit 49906bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on: # yamllint disable-line rule:truthy
push:
branches:
- master
- 'release/**'
pull_request:
branches:
- master
- 'release/**'

jobs:
tox:
Expand Down

0 comments on commit 49906bd

Please sign in to comment.