Activate `generate-readme.yml` GitHub Action for PRs
This commit is contained in:
parent
abb0285f91
commit
d3f2d345b6
|
|
@ -7,6 +7,9 @@ on:
|
|||
paths:
|
||||
- '_README.md'
|
||||
|
||||
pull_request:
|
||||
branches: ['**']
|
||||
|
||||
jobs:
|
||||
update-readme:
|
||||
if: ${{ github.actor != 'github-actions[bot]' }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue