Skip to content

Commit

Permalink
Run tests on version branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimahriman committed Dec 6, 2024
1 parent d308607 commit a03fa0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- 'master'
- branch-*
pull_request:
branches:
- "*"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rust-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- 'master'
- branch-*
pull_request:
branches:
- "*"
Expand Down

0 comments on commit a03fa0f

Please sign in to comment.