Skip to content

Commit 1873e3c

Browse files
committed
update .github/workflows/pypi-release.yml
1 parent 4aee449 commit 1873e3c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/pypi-release.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ name: pypi-publish
22

33
on:
44
push:
5-
branches: ["pypi-release-action"]
6-
pull_request:
7-
schedule:
8-
- cron: "33 1 * * 3"
5+
branches: ["master"]
96

107
jobs:
118
pypi-publish:

0 commit comments

Comments
 (0)