From 4e4bcdd790d72ad6a221ad6caefd0da909922ad6 Mon Sep 17 00:00:00 2001 From: ChunkyProgrammer <78101139+ChunkyProgrammer@users.noreply.github.com> Date: Tue, 19 Dec 2023 18:29:09 -0500 Subject: [PATCH] Ignore new files in CI --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 057e4d61..4b207d27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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/**