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