allow workflows to be triggered manually

This commit is contained in:
Mike Fährmann
2024-03-03 18:10:55 +01:00
parent 1a9b9aa310
commit f3bc048ff7
3 changed files with 7 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
name: executables
on: [push]
on:
workflow_dispatch:
push:
branches:
- master
jobs:
build: