Skip to content

Commit

Permalink
readme generator should now run on changes in the doc/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
on committed Aug 26, 2024
1 parent 160d29d commit 398a57e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/generate-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ on:
workflow_dispatch:
push:
branches: ['main']
paths: ['**.user.js', 'generate-readme.ps1', 'ReadmeTemplate.md']

paths:
- '**.user.js'
- 'generate-readme.ps1'
- 'ReadmeTemplate.md'
- 'doc/**'

name: Generate Readme

jobs:
Expand Down

0 comments on commit 398a57e

Please sign in to comment.