mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Add workflow dispatch to workflows
[skip ci]
This commit is contained in:
parent
85dda97e52
commit
c3572f3212
3 changed files with 3 additions and 0 deletions
1
.github/workflows/publish-docker.yml
vendored
1
.github/workflows/publish-docker.yml
vendored
|
@ -1,6 +1,7 @@
|
||||||
name: Publish Docker
|
name: Publish Docker
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch: ~
|
||||||
push:
|
push:
|
||||||
branches: [master, beta, nightly]
|
branches: [master, beta, nightly]
|
||||||
tags: [v*]
|
tags: [v*]
|
||||||
|
|
1
.github/workflows/publish-installers.yml
vendored
1
.github/workflows/publish-installers.yml
vendored
|
@ -1,6 +1,7 @@
|
||||||
name: Publish Installers
|
name: Publish Installers
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch: ~
|
||||||
push:
|
push:
|
||||||
branches: [master, beta, nightly]
|
branches: [master, beta, nightly]
|
||||||
tags: [v*]
|
tags: [v*]
|
||||||
|
|
1
.github/workflows/publish-snap.yml
vendored
1
.github/workflows/publish-snap.yml
vendored
|
@ -1,6 +1,7 @@
|
||||||
name: Publish Snap
|
name: Publish Snap
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch: ~
|
||||||
push:
|
push:
|
||||||
branches: [master, beta, nightly]
|
branches: [master, beta, nightly]
|
||||||
tags: [v*]
|
tags: [v*]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue