Fixed incorrect push path

This commit is contained in:
Lucas
2025-03-22 17:46:09 -07:00
parent 167d94f6d6
commit 2af0ef9cca

View File

@@ -4,8 +4,8 @@ name: Generate README
on:
push:
paths:
- './source/data/**'
- './source/components/**'
- 'source/data/**'
- 'source/components/**'
workflow_dispatch:
jobs: