diff options
| author | syeopite <70992037+syeopite@users.noreply.github.com> | 2021-08-06 02:08:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-06 11:08:44 +0200 |
| commit | 7ddab5b8cda8d673b2f4b5a482185fbf295c456d (patch) | |
| tree | 277c2a98abd362f5db6c2eaca428465c69052a3a /.github | |
| parent | a26adb162c5c6f79371dd3ee5cfeb292ece8b1ec (diff) | |
| download | invidious-7ddab5b8cda8d673b2f4b5a482185fbf295c456d.tar.gz invidious-7ddab5b8cda8d673b2f4b5a482185fbf295c456d.tar.bz2 invidious-7ddab5b8cda8d673b2f4b5a482185fbf295c456d.zip | |
Don't run CI on locale only changes (#2306)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40780340..00302f28 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,7 @@ on: - screenshots/* - assets/** + - locales/* - config/** - .github/ISSUE_TEMPLATE/* - kubernetes/** |
