fix pr workflow triggers

This commit is contained in:
ericiwamoto 2024-12-05 11:45:48 -08:00 committed by Carlos Felix
parent 850c50ba6b
commit 6213ed1ac4
2 changed files with 1 additions and 7 deletions

View file

@ -1,9 +1,6 @@
name: Pull Request Backend
on:
pull_request:
branches:
- "**"
- "!main"
paths:
- "data/**"
env:

View file

@ -1,9 +1,6 @@
name: Pull Request Frontend
on:
push:
branches:
- "**"
- "!main"
pull_request:
paths:
- "client/**/*"
jobs: