mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 01:31:25 -08:00
Update pr build test to not trigger on main branch
This commit is contained in:
parent
4efd9895e4
commit
5dbb7eea40
2 changed files with 6 additions and 0 deletions
3
.github/workflows/pr_backend.yml
vendored
3
.github/workflows/pr_backend.yml
vendored
|
@ -1,6 +1,9 @@
|
|||
name: Pull Request Backend
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- "**"
|
||||
- "!main"
|
||||
paths:
|
||||
- "data/**"
|
||||
env:
|
||||
|
|
3
.github/workflows/pr_frontend.yml
vendored
3
.github/workflows/pr_frontend.yml
vendored
|
@ -1,6 +1,9 @@
|
|||
name: Pull Request Frontend
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "**"
|
||||
- "!main"
|
||||
paths:
|
||||
- "client/**/*"
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Reference in a new issue