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,8 +4,17 @@ 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:

Loading…
Cancel
Save