Skip to content

Commit 16129b0

Browse files
committed
GitHub Actions: Temporarily add dev-mypy branch to tests workflow
1 parent 40925b9 commit 16129b0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22

33
name: Unit tests
44

5+
# TODO: Remove dev-mypy after merging it into main.
56
on:
67
push:
78
branches:
89
- main
10+
- dev-mypy
911
pull_request:
1012
branches:
1113
- main
14+
- dev-mypy
1215

1316
jobs:
1417
test:

0 commit comments

Comments
 (0)