Skip to content

Commit

Permalink
README更新をPRで実行
Browse files Browse the repository at this point in the history
  • Loading branch information
nishimotz committed Mar 13, 2024
1 parent deca2ce commit be66b68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ on:
push:
branches:
- master
pull_request:
types: [closed]
branches:
- master

jobs:
update-readme:
if: github.event_name == 'pull_request' && github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit be66b68

Please sign in to comment.