mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-10-22 03:54:12 -07: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
|
name: Pull Request Backend
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- "**"
|
||||||
|
- "!main"
|
||||||
paths:
|
paths:
|
||||||
- "data/**"
|
- "data/**"
|
||||||
env:
|
env:
|
||||||
|
|
3
.github/workflows/pr_frontend.yml
vendored
3
.github/workflows/pr_frontend.yml
vendored
|
@ -1,6 +1,9 @@
|
||||||
name: Pull Request Frontend
|
name: Pull Request Frontend
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- "**"
|
||||||
|
- "!main"
|
||||||
paths:
|
paths:
|
||||||
- "client/**/*"
|
- "client/**/*"
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue