mirror of
https://github.com/iv-org/invidious.git
synced 2025-07-30 09:18:28 +00:00
Ignore new files in CI
This commit is contained in:
parent
b5053aa8eb
commit
4e4bcdd790
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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/**
|
||||||
|
Loading…
Reference in New Issue
Block a user