mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-07 14:15:18 +02:00
refactor(workflows): simplify trigger paths for backend and frontend workflows
fix(dependencies): add overrides for esbuild in frontend package.json
This commit is contained in:
parent
00a6e67a5f
commit
b6e5e4abc0
4 changed files with 5 additions and 32 deletions
13
.github/workflows/backend-test.yml
vendored
13
.github/workflows/backend-test.yml
vendored
|
@ -4,19 +4,8 @@ permissions:
|
|||
contents: read
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- development
|
||||
paths:
|
||||
- "backend/**"
|
||||
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- development
|
||||
paths:
|
||||
- "backend/**"
|
||||
push:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue