mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-20 22:48:36 +03:00
Prevent release workflow from running multiple times
This commit is contained in:
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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user