mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-13 02:14:23 +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
|
name: Upload Release Build
|
||||||
|
|
||||||
on: release
|
on:
|
||||||
|
release:
|
||||||
|
types: [published]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue