mirror of
https://github.com/iv-org/invidious.git
synced 2024-11-10 01:01:57 +01:00
Skip container release for insignficant changes (#2367)
This commit is contained in:
parent
dd141daefd
commit
a4ff0b62ce
1 changed files with 11 additions and 2 deletions
13
.github/workflows/container-release.yml
vendored
13
.github/workflows/container-release.yml
vendored
|
@ -4,8 +4,17 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- "master"
|
||||
schedule:
|
||||
- cron: 0 0 * * *
|
||||
paths-ignore:
|
||||
- "*.md"
|
||||
- LICENCE
|
||||
- TRANSLATION
|
||||
- invidious.service
|
||||
- .git*
|
||||
- .editorconfig
|
||||
|
||||
- screenshots/*
|
||||
- .github/ISSUE_TEMPLATE/*
|
||||
- kubernetes/**
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
|
Loading…
Reference in a new issue