Add workflow dispatch to workflows

[skip ci]
This commit is contained in:
JonnyWong16 2022-08-18 10:11:47 -07:00
parent 85dda97e52
commit c3572f3212
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
3 changed files with 3 additions and 0 deletions

View file

@ -1,6 +1,7 @@
name: Publish Docker
on:
workflow_dispatch: ~
push:
branches: [master, beta, nightly]
tags: [v*]

View file

@ -1,6 +1,7 @@
name: Publish Installers
on:
workflow_dispatch: ~
push:
branches: [master, beta, nightly]
tags: [v*]

View file

@ -1,6 +1,7 @@
name: Publish Snap
on:
workflow_dispatch: ~
push:
branches: [master, beta, nightly]
tags: [v*]