mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-05 17:53:12 +02:00
refactor: avoid building backend on frontend change
This commit is contained in:
parent
f06470dfa7
commit
873cf6783f
@ -1,7 +1,10 @@
|
|||||||
name: PR -> Build & Lint
|
name: PR -> Backend Build & Lint
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- src/**
|
||||||
|
- '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
7
.github/workflows/build_coverage.yaml
vendored
7
.github/workflows/build_coverage.yaml
vendored
@ -4,10 +4,9 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
paths-ignore:
|
paths:
|
||||||
- website/**
|
- src/**
|
||||||
- frontend/**
|
- '*'
|
||||||
- coverage/**
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
coverage:
|
coverage:
|
||||||
|
@ -2,6 +2,9 @@ name: PR -> Test & Coverage
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- src/**
|
||||||
|
- '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
Loading…
Reference in New Issue
Block a user