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 name: Pull Request Backend
on: on:
pull_request: pull_request:
branches:
- "**"
- "!main"
paths: paths:
- "data/**" - "data/**"
env: env:

View file

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