mirror of
https://github.com/anxdpanic/plugin.video.youtube.git
synced 2025-12-06 02:30:50 -08:00
Make submit-release workflow a manually run action
This commit is contained in:
parent
95b405422f
commit
8a9f34308c
1 changed files with 8 additions and 9 deletions
17
.github/workflows/submit-release.yml
vendored
17
.github/workflows/submit-release.yml
vendored
|
|
@ -1,21 +1,20 @@
|
|||
name: Submit Release
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
- '!*dev*'
|
||||
- '!*alpha*'
|
||||
- '!*beta*'
|
||||
workflow_dispatch:
|
||||
# push:
|
||||
# tags:
|
||||
# - 'v*'
|
||||
# - '!*dev*'
|
||||
# - '!*alpha*'
|
||||
# - '!*beta*'
|
||||
|
||||
jobs:
|
||||
release:
|
||||
if: github.repository == 'anxdpanic/plugin.video.youtube'
|
||||
|
||||
if: github.repository == 'anxdpanic/plugin.video.youtube' || github.event_name == 'workflow_dispatch'
|
||||
name: Submit Release
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
strategy:
|
||||
|
||||
fail-fast: false
|
||||
matrix:
|
||||
python-version: [ 3.9 ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue