mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
added workflow_dispatch
This commit is contained in:
parent
6c33a6c46b
commit
f169dc032d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/container-release.yml
vendored
2
.github/workflows/container-release.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: Build and release container
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
schedule:
|
||||
- cron: "22 22 22 * *" # Every mouth at 22:22 on 22
|
||||
|
@ -13,7 +14,6 @@ on:
|
|||
- invidious.service
|
||||
- .git*
|
||||
- .editorconfig
|
||||
|
||||
- screenshots/*
|
||||
- .github/ISSUE_TEMPLATE/*
|
||||
- .github/workflows/*
|
||||
|
|
Loading…
Reference in a new issue