diff options
| author | syeopite <70992037+syeopite@users.noreply.github.com> | 2021-06-18 11:17:03 -0700 |
|---|---|---|
| committer | syeopite <syeopite@syeopite.dev> | 2021-06-18 11:53:28 -0700 |
| commit | 2fc0a6df9311b83cf8f5a6e188da09042aacd9c0 (patch) | |
| tree | 33b33752ae4ab5fba06155b83e3d98c78dc0ef22 /.github | |
| parent | 0a9c8049405e57f39ef71ec316752edb6fc9f4a0 (diff) | |
| download | invidious-2fc0a6df9311b83cf8f5a6e188da09042aacd9c0.tar.gz invidious-2fc0a6df9311b83cf8f5a6e188da09042aacd9c0.tar.bz2 invidious-2fc0a6df9311b83cf8f5a6e188da09042aacd9c0.zip | |
Prevent CI run when src or wrkflows aren't chngd
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54e70d0a..99aac794 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |
