Skip to content

Commit a5e529a

Browse files
authored
Merge pull request #19 from DominicTWHV/dev
Update: allow Python Tests workflow to trigger on pushes to the dev b…
2 parents d9bc6ba + e287f2a commit a5e529a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Python Tests
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "main", "dev" ]
66
pull_request:
77
branches: [ "main" ]
88

0 commit comments

Comments
 (0)