Skip to content

Commit 6c915a9

Browse files
authored
chore: re-enable release pipeline for master (#2561)
1 parent cae6762 commit 6c915a9

2 files changed

Lines changed: 3 additions & 41 deletions

File tree

.github/workflows/release-pypi-v8.yaml

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
name: release
33

4-
# Disabled: master is dormant pending v8 merge. Re-enable when v8 lands on master.
5-
# Previously triggered on push to master; moved to pysdk-release-v7 for ongoing v7 maintenance.
64
on:
7-
workflow_dispatch:
5+
push:
6+
branches:
7+
- master
88

99
jobs:
1010
test_full_build_and_release:

0 commit comments

Comments
 (0)