mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2025-12-10 05:56:46 +03:00
run on all events (and only publish on release)
This commit is contained in:
15
.github/workflows/release.yml
vendored
15
.github/workflows/release.yml
vendored
@@ -9,17 +9,14 @@
|
||||
name: Release Package
|
||||
|
||||
on:
|
||||
# push:
|
||||
# tags:
|
||||
# - v*
|
||||
# branches:
|
||||
# - master
|
||||
# pull_request:
|
||||
# branches:
|
||||
# - master
|
||||
push:
|
||||
branches:
|
||||
- build-binaries # Testing branch
|
||||
- '*'
|
||||
tags:
|
||||
- 'v*'
|
||||
pull_request:
|
||||
branches:
|
||||
- '*'
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user