Skip to content

Commit d96a590

Browse files
chore: fix running tests on pr branches?
- maybe the master target changed in meaning? or maybe it was ignored before? idk, but this mirrors the setup from my other working projects 🤷
1 parent 7ee604e commit d96a590

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ on:
55
# Every Monday at 1PM UTC (9AM EST)
66
- cron: "0 13 * * 1"
77
push:
8-
branches: [master]
8+
branches:
9+
- master
910
pull_request:
10-
branches: [master]
11+
branches:
12+
- "*"
1113

1214
jobs:
1315
build:

0 commit comments

Comments
 (0)