Update Actions

This commit is contained in:
egelhaus 2025-03-10 15:47:10 +01:00
parent d9207e81cd
commit c6f7c47ffb
3 changed files with 2 additions and 19 deletions

View File

@ -6,10 +6,6 @@ on:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest

View File

@ -4,13 +4,7 @@ name: "Code Quality Analysis"
on:
push:
branches:
- main
paths:
- apps/**
- '!apps/docs/**'
- libraries/**
pull_request:
- dev1
paths:
- apps/**
- '!apps/docs/**'

View File

@ -4,14 +4,7 @@ name: ESLint
on:
push:
branches:
- main
paths:
- package.json
- apps/**
- '!apps/docs/**'
- libraries/**
pull_request:
- dev1
paths:
- package.json
- apps/**