Update main.yml

Added workflow_dispatch: to allow triggering workflow manually
This commit is contained in:
Beep6581
2022-11-27 18:50:01 +01:00
committed by GitHub
parent 02543dae9d
commit 2978a2a15b

View File

@@ -11,6 +11,7 @@ on:
release: release:
types: types:
- created - created
workflow_dispatch:
jobs: jobs:
build: build:
runs-on: macos-11 runs-on: macos-11