mirror of
https://github.com/iv-org/invidious.git
synced 2025-04-19 23:25:52 -04: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"
|
||||
- "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/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user