Skip to content

Commit 6fc2f6c

Browse files
committed
Run tests also for non release merges into main and master
1 parent 8812973 commit 6fc2f6c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/run-py-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name: Run Python Tests
22
on:
3-
release:
4-
types: [created]
53
pull_request:
64
branches:
75
- staging
6+
- main
87

98
jobs:
109
RunPytest:

0 commit comments

Comments
 (0)