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 name: Docker Release
on: on:
workflow_dispatch:
push: push:
tags: tags:
- "v[0-9]+.[0-9]+.[0-9]+" - "v[0-9]+.[0-9]+.[0-9]+"

View File

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

View File

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

View File

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