Skip to content

Commit

Permalink
[skip ci] workflow comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nishimotz committed Oct 11, 2024
1 parent 6ef4f6e commit c0d9f99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:

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

0 comments on commit c0d9f99

Please sign in to comment.