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
|
name: Pull Request Backend
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
|
||||||
- "**"
|
|
||||||
- "!main"
|
|
||||||
paths:
|
paths:
|
||||||
- "data/**"
|
- "data/**"
|
||||||
env:
|
env:
|
||||||
|
|
5
.github/workflows/pr_frontend.yml
vendored
5
.github/workflows/pr_frontend.yml
vendored
|
@ -1,9 +1,6 @@
|
||||||
name: Pull Request Frontend
|
name: Pull Request Frontend
|
||||||
on:
|
on:
|
||||||
push:
|
pull_request:
|
||||||
branches:
|
|
||||||
- "**"
|
|
||||||
- "!main"
|
|
||||||
paths:
|
paths:
|
||||||
- "client/**/*"
|
- "client/**/*"
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Add table
Reference in a new issue