Skip to content

Commit

Permalink
Add 0.19.x to workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgayoso authored Oct 31, 2022
1 parent 74d3ef3 commit 9e13c6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: scvi-tools

on:
push:
branches: [main, 0.15.x, 0.16.x, 0.17.x, 0.18.x]
branches: [main, 0.15.x, 0.16.x, 0.17.x, 0.18.x, 0.19.x]
pull_request:
branches: [main, 0.15.x, 0.16.x, 0.17.x, 0.18.x]
branches: [main, 0.15.x, 0.16.x, 0.17.x, 0.18.x, 0.19.x]

jobs:
build:
Expand Down

0 comments on commit 9e13c6e

Please sign in to comment.