Skip to content

Commit 48873d1

Browse files
committed
🔧 GitHub Actions に手動再実行できる workflow_dispatch 設定を追加する
1 parent 565f461 commit 48873d1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: CI
22

33
on:
4+
workflow_dispatch:
45
push:
56
pull_request:
67
types: opened

.github/workflows/gem_update.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: GemUpdate
44
# 注意:ベースブランチの直近のコミットでのみしか実行されない
55
# 毎月の1日の9時にgem update のプルリクを作成する
66
on:
7+
workflow_dispatch:
78
schedule:
89
- cron: '0 0 1 * *'
910

0 commit comments

Comments
 (0)