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
commit 5dbb7eea40
2 changed files with 6 additions and 0 deletions

View file

@ -1,6 +1,9 @@
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,6 +1,9 @@
name: Pull Request Frontend name: Pull Request Frontend
on: on:
push: push:
branches:
- "**"
- "!main"
paths: paths:
- "client/**/*" - "client/**/*"
jobs: jobs: