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

refactor(workflows): remove path filters from pull_request and push triggers in backend and frontend workflows

This commit is contained in:
Sean Morley 2025-06-23 16:56:10 -04:00
parent b8d30d2471
commit e335d7dba6
2 changed files with 0 additions and 12 deletions

View file

@ -5,13 +5,7 @@ permissions:
on:
pull_request:
paths:
- "backend/server/**"
- ".github/workflows/backend-test.yml"
push:
paths:
- "backend/server/**"
- ".github/workflows/backend-test.yml"
jobs:
build:

View file

@ -5,13 +5,7 @@ permissions:
on:
pull_request:
paths:
- "frontend/**"
- ".github/workflows/frontend-test.yml"
push:
paths:
- "frontend/**"
- ".github/workflows/frontend-test.yml"
jobs:
build: