Skip to content

Only run this workflow if the README has been updated (#1635) #5

Only run this workflow if the README has been updated (#1635)

Only run this workflow if the README has been updated (#1635) #5

name: update-templates
on:
push:
branches:
- main
paths:
- README.md
workflow_dispatch:
jobs:
update-templates:
permissions:
contents: write
pull-requests: write
pages: write
uses: thoughtbot/templates/.github/workflows/dynamic-readme.yaml@main
secrets:
token: ${{ secrets.GITHUB_TOKEN }}