We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 581086e commit 7ff1efcCopy full SHA for 7ff1efc
2 files changed
.github/workflows/release-please.yml
@@ -1,9 +1,9 @@
1
name: release-please
2
3
+# Disabled: master is dormant pending v8 merge. Re-enable when v8 lands on master.
4
+# Previously triggered on push to master; moved to pysdk-release-v7 for ongoing v7 maintenance.
5
on:
- push:
- branches:
6
- - master
+ workflow_dispatch:
7
8
jobs:
9
release:
.github/workflows/release.yaml
@@ -1,9 +1,10 @@
---
name: release
- branches: [master]
10
test_full_build_and_release:
0 commit comments