diff options
| author | syeopite <70992037+syeopite@users.noreply.github.com> | 2021-09-01 11:28:20 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-01 11:28:20 +0000 |
| commit | a4ff0b62ced26d8f05cbfce1d922ad12cc6b3ea7 (patch) | |
| tree | 9de6d145dc1e5dab0074d07571512afaffde167e /.github | |
| parent | dd141daefdf33b6584c8b75cbd97e7ff34f81e57 (diff) | |
| download | invidious-a4ff0b62ced26d8f05cbfce1d922ad12cc6b3ea7.tar.gz invidious-a4ff0b62ced26d8f05cbfce1d922ad12cc6b3ea7.tar.bz2 invidious-a4ff0b62ced26d8f05cbfce1d922ad12cc6b3ea7.zip | |
Skip container release for insignficant changes (#2367)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/container-release.yml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/.github/workflows/container-release.yml b/.github/workflows/container-release.yml index 8945ef7a..c60d08fe 100644 --- a/.github/workflows/container-release.yml +++ b/.github/workflows/container-release.yml @@ -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 |
