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

View File

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