1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-08 06:35:19 +02:00

feat(workflows): add paths to push and pull_request triggers for backend and frontend workflows

This commit is contained in:
Sean Morley 2025-06-23 17:14:18 -04:00
parent e335d7dba6
commit 00a6e67a5f
3 changed files with 32 additions and 2 deletions

View file

@ -5,10 +5,18 @@ on:
branches:
- main
- development
paths:
- "backend/**"
- "frontend/**"
pull_request:
branches:
- main
- development
paths:
- "backend/**"
- "frontend/**"
schedule:
- cron: "0 8 * * 1" # Weekly scan on Mondays at 8 AM UTC