umyuu commited on
Commit
785b0fe
·
1 Parent(s): af981b2

ワークフローの手動実行を許可します

Browse files
Files changed (1) hide show
  1. .github/workflows/codeql.yml +2 -0
.github/workflows/codeql.yml CHANGED
@@ -19,6 +19,8 @@ on:
19
  paths-ignore:
20
  - '**/*.md'
21
  - '**/*.txt'
 
 
22
  schedule:
23
  - cron: '33 9 * * 6'
24
 
 
19
  paths-ignore:
20
  - '**/*.md'
21
  - '**/*.txt'
22
+ # Actionsタブからワークフローの手動実行を許可します。
23
+ workflow_dispatch:
24
  schedule:
25
  - cron: '33 9 * * 6'
26