Prevent CI run when src or wrkflows aren't chngd

This commit is contained in:
syeopite 2021-06-18 11:17:03 -07:00 committed by syeopite
parent 0a9c804940
commit 2fc0a6df93
No known key found for this signature in database
GPG Key ID: 6FA616E5A5294A82
1 changed files with 13 additions and 0 deletions

View File

@ -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: