Skip container release for insignficant changes (#2367)

This commit is contained in:
syeopite 2021-09-01 11:28:20 +00:00 committed by GitHub
parent dd141daefd
commit a4ff0b62ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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