Skip to content

Commit d118464

Browse files
authored
Update pytest.yml to run on vX.Y.Z branches
1 parent dc09913 commit d118464

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Pytest
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [master, 'v[0-9].[0-9]+.[0-9]+*']
66
pull_request:
7-
branches: [master]
7+
branches: [master, 'v[0-9].[0-9]+.[0-9]+*']
88

99
permissions:
1010
contents: read

0 commit comments

Comments
 (0)