From a4ff0b62ced26d8f05cbfce1d922ad12cc6b3ea7 Mon Sep 17 00:00:00 2001 From: syeopite <70992037+syeopite@users.noreply.github.com> Date: Wed, 1 Sep 2021 11:28:20 +0000 Subject: [PATCH] Skip container release for insignficant changes (#2367) --- .github/workflows/container-release.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/container-release.yml b/.github/workflows/container-release.yml index 8945ef7a..c60d08fe 100644 --- a/.github/workflows/container-release.yml +++ b/.github/workflows/container-release.yml @@ -4,9 +4,18 @@ on: push: branches: - "master" - schedule: - - cron: 0 0 * * * + paths-ignore: + - "*.md" + - LICENCE + - TRANSLATION + - invidious.service + - .git* + - .editorconfig + - screenshots/* + - .github/ISSUE_TEMPLATE/* + - kubernetes/** + jobs: release: runs-on: ubuntu-latest