summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/container-release.yml13
1 files 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