forked from midou/invidious
Skip container release for insignficant changes (#2367)
This commit is contained in:
parent
dd141daefd
commit
a4ff0b62ce
13
.github/workflows/container-release.yml
vendored
13
.github/workflows/container-release.yml
vendored
@ -4,9 +4,18 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "master"
|
- "master"
|
||||||
schedule:
|
paths-ignore:
|
||||||
- cron: 0 0 * * *
|
- "*.md"
|
||||||
|
- LICENCE
|
||||||
|
- TRANSLATION
|
||||||
|
- invidious.service
|
||||||
|
- .git*
|
||||||
|
- .editorconfig
|
||||||
|
|
||||||
|
- screenshots/*
|
||||||
|
- .github/ISSUE_TEMPLATE/*
|
||||||
|
- kubernetes/**
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user