Skip to content

Commit

Permalink
ci: fix ci for branches
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii committed Oct 7, 2024
1 parent 84a09d3 commit 05f1eea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: checks
on:
push:
pull_request:
branches:
- main
- v*
pull_request:

jobs:
mypy:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- main
- v*
release:
types:
- published
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ on:
push:
branches:
- main
- v*
pull_request:
branches:
- main

jobs:
pytest:
Expand Down

0 comments on commit 05f1eea

Please sign in to comment.