Skip to content

Commit

Permalink
run CI on release branches (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeier committed Nov 30, 2023
1 parent 0a07cef commit f145dae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: lint

on:
pull_request:
push:
branches:
- release/*

jobs:
optional-dependencies:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
- "tests/**"
- "environment-dev.yml"
- "pyproject.toml"
push:
branches:
- release/*

jobs:
importable:
Expand Down

0 comments on commit f145dae

Please sign in to comment.