Activate `generate-readme.yml` GitHub Action for PRs

This commit is contained in:
Anas Sheashaey 2024-11-12 11:12:47 +02:00
parent abb0285f91
commit d3f2d345b6

View File

@ -7,6 +7,9 @@ on:
paths:
- '_README.md'
pull_request:
branches: ['**']
jobs:
update-readme:
if: ${{ github.actor != 'github-actions[bot]' }}