Added workflow_dispatch to workflows

pull/85/head
mullerj 2025-02-11 19:00:26 +00:00
parent 3ee6345fd0
commit bb799b5850
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ on:
branches: branches:
- master - master
- main - main
workflow_dispatch:
jobs: jobs:
publish: publish:

View File

@ -1,6 +1,6 @@
name: .NET name: .NET
on: [push, pull_request] on: [push, pull_request, workflow_dispatch]
jobs: jobs:
build: build: