workflow_dispatch

workflow_dispatch
This commit is contained in:
Kroese 2023-05-11 02:20:46 +02:00 committed by GitHub
commit 87350acdce
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
name: Build
on:
workflow_dispatch:
push:
branches:
- master

View file

@ -1,4 +1,5 @@
on:
workflow_dispatch:
pull_request:
paths:
- '**/*.sh'