mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
Prevent release workflow from running multiple times
This commit is contained in:
parent
ff9b2338e0
commit
0813aa4ba3
1 changed files with 3 additions and 1 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -1,6 +1,8 @@
|
|||
name: Upload Release Build
|
||||
|
||||
on: release
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
|
||||
|
|
Loading…
Reference in a new issue