Update pr build test to not trigger on main branch

This commit is contained in:
ericiwamoto 2024-12-05 10:09:03 -08:00 committed by Carlos Felix
parent 4efd9895e4
commit 5dbb7eea40
2 changed files with 6 additions and 0 deletions

View file

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

View file

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