1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-04 12:45:17 +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

@ -4,8 +4,19 @@ permissions:
contents: read
on:
pull_request:
push:
branches:
- main
- development
paths:
- "backend/**"
pull_request:
branches:
- main
- development
paths:
- "backend/**"
jobs:
build:

View file

@ -4,8 +4,19 @@ permissions:
contents: read
on:
pull_request:
push:
branches:
- main
- development
paths:
- "frontend/**"
pull_request:
branches:
- main
- development
paths:
- "frontend/**"
jobs:
build:

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