ci: add workflow_dispatch trigger

This commit is contained in:
Oliver Booth 2023-08-28 01:42:23 +01:00
parent a7d9a20dbd
commit 5a97cfd00e
Signed by: oliverbooth
GPG Key ID: B89D139977693FED
4 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,7 @@
name: Docker Release
on:
workflow_dispatch:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"

View File

@ -1,6 +1,7 @@
name: .NET
on:
workflow_dispatch:
push:
pull_request:

View File

@ -1,6 +1,7 @@
name: Tagged Pre-Release
on:
workflow_dispatch:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+-*"

View File

@ -1,6 +1,7 @@
name: Tagged Release
on:
workflow_dispatch:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"