Skip to content

Commit

Permalink
add dev-stable to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jveitchmichaelis committed Sep 22, 2021
1 parent 24c9c8e commit 522ebc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Expand Up @@ -5,9 +5,9 @@ name: Python package

on:
push:
branches: [main, dev]
branches: [main, dev, dev-stable]
pull_request:
branches: [main, dev]
branches: [main, dev, dev-stable]

jobs:
build:
Expand Down

0 comments on commit 522ebc5

Please sign in to comment.