Skip to content

Commit

Permalink
Merge pull request #602 from MoojMidge/master
Browse files Browse the repository at this point in the history
Make submit-release workflow a manually run action
  • Loading branch information
MoojMidge authored Feb 25, 2024
2 parents 11cf1ff + 8a9f343 commit 1392a9d
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/submit-release.yml
Original file line number Diff line number Diff line change
@@ -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 ]
Expand Down

0 comments on commit 1392a9d

Please sign in to comment.