mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 09:41:26 -08:00
fix pr workflow triggers
This commit is contained in:
parent
850c50ba6b
commit
6213ed1ac4
2 changed files with 1 additions and 7 deletions
3
.github/workflows/pr_backend.yml
vendored
3
.github/workflows/pr_backend.yml
vendored
|
@ -1,9 +1,6 @@
|
|||
name: Pull Request Backend
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- "**"
|
||||
- "!main"
|
||||
paths:
|
||||
- "data/**"
|
||||
env:
|
||||
|
|
5
.github/workflows/pr_frontend.yml
vendored
5
.github/workflows/pr_frontend.yml
vendored
|
@ -1,9 +1,6 @@
|
|||
name: Pull Request Frontend
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "**"
|
||||
- "!main"
|
||||
pull_request:
|
||||
paths:
|
||||
- "client/**/*"
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Reference in a new issue