mirror of
https://github.com/wilsonfreitas/awesome-quant.git
synced 2026-08-12 19:38:05 +00:00
Add path filtering to build workflow
Restrict workflow dispatch to only run on changes to: - README.md - parse.py - site/ directory This prevents unnecessary action runs when other files change.
This commit is contained in:
@@ -5,6 +5,10 @@ on:
|
||||
- cron: "0 1 * * *"
|
||||
push:
|
||||
branches: [ master ]
|
||||
paths:
|
||||
- 'README.md'
|
||||
- 'parse.py'
|
||||
- 'site/**'
|
||||
|
||||
concurrency:
|
||||
group: build-and-deploy
|
||||
|
||||
Reference in New Issue
Block a user