Merge pull request #2198 from ousttrue/fix/action

workflow_dispatch
This commit is contained in:
ousttrue 2023-12-14 14:52:39 +09:00 committed by GitHub
commit ffd4e63bcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,8 @@ on:
push:
branches:
- master
# Actions タブから手動でワークフローを実行できるようにします
workflow_dispatch:
jobs:
build: