diff options
| author | syeopite <70992037+syeopite@users.noreply.github.com> | 2024-08-25 19:55:52 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-25 19:55:52 +0000 |
| commit | cec905e95e036323b60911252a061c50f1664c03 (patch) | |
| tree | 3533618592249a3cf31d4590c7e362bbd7c0be54 /.github/workflows | |
| parent | 80958aa0d8f5d29d9e7e382143e1999e31474711 (diff) | |
| download | invidious-cec905e95e036323b60911252a061c50f1664c03.tar.gz invidious-cec905e95e036323b60911252a061c50f1664c03.tar.bz2 invidious-cec905e95e036323b60911252a061c50f1664c03.zip | |
Allow manual trigger of release-container build (#4877)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build-stable-container.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build-stable-container.yml b/.github/workflows/build-stable-container.yml index b5fbc705..4f7afab3 100644 --- a/.github/workflows/build-stable-container.yml +++ b/.github/workflows/build-stable-container.yml @@ -1,6 +1,7 @@ name: Build and release container on: + workflow_dispatch: push: tags: - "v*" |
