Skip to content

Commit c0d9f99

Browse files
committed
[skip ci] workflow comments
1 parent 6ef4f6e commit c0d9f99

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-readme.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111

1212
jobs:
1313
update-readme:
14+
# ジョブを実行する条件:
15+
# 1. master ブランチへの直接プッシュ
16+
# 2. master ブランチにマージされたプルリクエストのクローズ
1417
if: |
1518
(github.event_name == 'push' && github.ref == 'refs/heads/master') ||
1619
(github.event_name == 'pull_request' && github.event.pull_request.merged == true)

0 commit comments

Comments
 (0)