Skip to content

Commit 5f21448

Browse files
committed
Run tests also on pushes to "devel"
Hopefully this fixes the weird behavior of Codecov complaining about missing or outdated reports being behind HEAD on "devel".
1 parent 85f0c98 commit 5f21448

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/pytest-poetry.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- master
10+
- devel
1011
tags:
1112
- "*-[0-9]+.*"
1213
pull_request:

.github/workflows/pytest-python2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
push:
66
branches:
77
- master
8+
- devel
89
tags:
910
- "*-[0-9]+.*"
1011
pull_request:

0 commit comments

Comments
 (0)