1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-31 00:16:47 +01:00

refactor: ignore frontend dir for coverage

This commit is contained in:
olav 2022-08-25 12:02:48 +02:00
parent b295defb74
commit 48234464b7

View File

@ -6,6 +6,7 @@ on:
- main - main
paths-ignore: paths-ignore:
- website/** - website/**
- frontend/**
- coverage/** - coverage/**
jobs: jobs: