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 name: Build
on: on:
workflow_dispatch:
push: push:
branches: branches:
- master - master

View file

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