forked from midou/invidious
Prevent CI run when src or wrkflows aren't chngd
This commit is contained in:
parent
0a9c804940
commit
2fc0a6df93
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
@ -7,6 +7,19 @@ on:
|
||||
- "api-only"
|
||||
pull_request:
|
||||
branches: "*"
|
||||
paths-ignore:
|
||||
- "*.md"
|
||||
- LICENCE
|
||||
- TRANSLATION
|
||||
- invidious.service
|
||||
- .git*
|
||||
- .editorconfig
|
||||
|
||||
- screenshots/*
|
||||
- assets/**
|
||||
- config/**
|
||||
- .github/ISSUE_TEMPLATE/*
|
||||
- kubernetes/**
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user