Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Commit 6a71253

Browse files
authored
Update pythonpackage.yml
1 parent 8090284 commit 6a71253

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/pythonpackage.yml

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

3-
on: [push]
3+
on:
4+
push:
5+
branches:
6+
- master
7+
pull_request:
8+
branches:
9+
- master
410

511
jobs:
612
build:

0 commit comments

Comments
 (0)