Ignore new files in CI

This commit is contained in:
ChunkyProgrammer 2023-12-19 18:29:09 -05:00
parent b5053aa8eb
commit 4e4bcdd790

View File

@ -8,7 +8,7 @@ on:
- "master" - "master"
- "api-only" - "api-only"
pull_request: pull_request:
branches: "*" branches: ["*"]
paths-ignore: paths-ignore:
- "*.md" - "*.md"
- LICENCE - LICENCE
@ -16,6 +16,10 @@ on:
- invidious.service - invidious.service
- .git* - .git*
- .editorconfig - .editorconfig
- .eslintrc.json
- .stylelintrc.json
- .package.json
- .package-lock.json
- screenshots/* - screenshots/*
- assets/** - assets/**