mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-15 11:59:16 +01:00
chore(CI): Add manually triggerable PyPI publication
We used to run the publication on each PR, which could cause conflicts due to the naming convention being based on the commit history length, and multiple PRs potentially hitting the same name. Adding a `workflow_dispatch` trigger allows us to still test the workflow in PRs but only do so manually (when we're watching anyway). Changelog-None
This commit is contained in:
parent
66bf0a7bbb
commit
a96e64ed56
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pypi.yml
vendored
1
.github/workflows/pypi.yml
vendored
|
@ -3,6 +3,7 @@ name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI
|
|||
on:
|
||||
# Only deploy if we're the result of a PR being merged
|
||||
push:
|
||||
workflow_dispatch:
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
|
|
Loading…
Add table
Reference in a new issue