We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ef4f6e commit c0d9f99Copy full SHA for c0d9f99
.github/workflows/update-readme.yml
@@ -11,6 +11,9 @@ on:
11
12
jobs:
13
update-readme:
14
+ # ジョブを実行する条件:
15
+ # 1. master ブランチへの直接プッシュ
16
+ # 2. master ブランチにマージされたプルリクエストのクローズ
17
if: |
18
(github.event_name == 'push' && github.ref == 'refs/heads/master') ||
19
(github.event_name == 'pull_request' && github.event.pull_request.merged == true)
0 commit comments