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

Merge branch 'development' into feat/docs_haproy

This commit is contained in:
Sean Morley 2025-06-23 17:14:36 -04:00 committed by GitHub
commit bad702160e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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