Update main.yml: allow explicit manual triggering of workflow

This commit is contained in:
Axel Uhl
2024-04-24 21:59:49 +02:00
committed by GitHub
parent ada8e9c4b9
commit 39c7f751cf
+3 -1
View File
@@ -1,5 +1,7 @@
name: build name: build
on: push on:
- push
- workflow_dispatch
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest