Skip to content

Commit 9eb3262

Browse files
committed
Update the deploy script
1 parent a9a3b77 commit 9eb3262

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
name: CI build
22

33
on:
4+
pull_request:
5+
branches:
46
push:
57
branches:
68
- master
7-
pull_request:
9+
workflow_dispatch:
10+
branches:
811

912
jobs:
1013
build:

0 commit comments

Comments
 (0)