mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-08-05 13:15:18 +02:00
refactor(workflows): remove path filters from pull_request and push triggers in backend and frontend workflows
This commit is contained in:
parent
b8d30d2471
commit
e335d7dba6
2 changed files with 0 additions and 12 deletions
6
.github/workflows/backend-test.yml
vendored
6
.github/workflows/backend-test.yml
vendored
|
@ -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:
|
||||
|
|
6
.github/workflows/frontend-test.yml
vendored
6
.github/workflows/frontend-test.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue