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:
|
||||
pull_request:
|
||||
paths:
|
||||
- src/**
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
build:
|
7
.github/workflows/build_coverage.yaml
vendored
7
.github/workflows/build_coverage.yaml
vendored
@ -4,10 +4,9 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- website/**
|
||||
- frontend/**
|
||||
- coverage/**
|
||||
paths:
|
||||
- src/**
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
coverage:
|
||||
|
@ -2,6 +2,9 @@ name: PR -> Test & Coverage
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- src/**
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
build:
|
Loading…
Reference in New Issue
Block a user