Skip to content

Commit

Permalink
ci: fix ci for branches (#193)
Browse files Browse the repository at this point in the history
Signed-off-by: Henry Schreiner <[email protected]>
  • Loading branch information
henryiii authored Oct 7, 2024
1 parent c3c37e5 commit bbed8eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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

0 comments on commit bbed8eb

Please sign in to comment.