1
0
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:
olav 2022-08-31 09:28:28 +02:00
parent f06470dfa7
commit 873cf6783f
3 changed files with 10 additions and 5 deletions

View File

@ -1,7 +1,10 @@
name: PR -> Build & Lint
name: PR -> Backend Build & Lint
on:
pull_request:
paths:
- src/**
- '*'
jobs:
build:

View File

@ -4,10 +4,9 @@ on:
push:
branches:
- main
paths-ignore:
- website/**
- frontend/**
- coverage/**
paths:
- src/**
- '*'
jobs:
coverage:

View File

@ -2,6 +2,9 @@ name: PR -> Test & Coverage
on:
pull_request:
paths:
- src/**
- '*'
jobs:
build: