Skip to content

Commit 0fb214e

Browse files
committed
Tweak test action to stop double-running everything
1 parent 3cc0f8e commit 0fb214e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Python tests
22

3-
on: [push, pull_request]
3+
on:
4+
pull_request: {}
5+
push:
6+
branches:
7+
- development
8+
- master
49

510
jobs:
611
build:

0 commit comments

Comments
 (0)