trigger build only by workflow_dispatch

This commit is contained in:
Lesmiscore
2022-02-20 18:10:56 +09:00
parent 393ef9e73d
commit 9d679fabe0

View File

@@ -1,9 +1,6 @@
name: Build name: Build
on: on: workflow_dispatch
workflow_dispatch:
schedule:
- cron: "0 2 * * *"
jobs: jobs:
build_unix: build_unix: