ソースを参照

CI: Enable Manual Trigger for Build Job

SukkaW 1 ヶ月 前
コミット
a67cb154f8
1 ファイル変更1 行追加0 行削除
  1. 1 0
      .github/workflows/main.yml

+ 1 - 0
.github/workflows/main.yml

@@ -7,6 +7,7 @@ on:
   schedule:
   schedule:
     - cron: '0 5 * * *'  # Runs at 05:00 UTC
     - cron: '0 5 * * *'  # Runs at 05:00 UTC
     - cron: '0 17 * * *' # Runs at 1:00 UTC
     - cron: '0 17 * * *' # Runs at 1:00 UTC
+  workflow_dispatch:
 
 
 concurrency:
 concurrency:
   group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
   group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}