Skip container release for insignficant changes (#2367)

pull/2373/head
syeopite 3 years ago committed by GitHub
parent dd141daefd
commit a4ff0b62ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save