We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aee449 commit 1873e3cCopy full SHA for 1873e3c
.github/workflows/pypi-release.yml
@@ -2,10 +2,7 @@ name: pypi-publish
2
3
on:
4
push:
5
- branches: ["pypi-release-action"]
6
- pull_request:
7
- schedule:
8
- - cron: "33 1 * * 3"
+ branches: ["master"]
9
10
jobs:
11
pypi-publish:
0 commit comments