diff options
| author | syeopite <syeopite@syeopite.dev> | 2024-07-01 21:39:14 -0700 |
|---|---|---|
| committer | syeopite <syeopite@syeopite.dev> | 2024-07-01 21:39:14 -0700 |
| commit | 64d1f26eceb735ab5c96644b6545fe7fe5c2e677 (patch) | |
| tree | 88f349e0fc0359ff30e2990d29aa0b480ab4b797 | |
| parent | 8f5c6a602b78e34e42d1c58ed888e9c8a70ddaa7 (diff) | |
| download | invidious-64d1f26eceb735ab5c96644b6545fe7fe5c2e677.tar.gz invidious-64d1f26eceb735ab5c96644b6545fe7fe5c2e677.tar.bz2 invidious-64d1f26eceb735ab5c96644b6545fe7fe5c2e677.zip | |
Fix trigger for stable container build
| -rw-r--r-- | .github/workflows/build-stable-container.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/build-stable-container.yml b/.github/workflows/build-stable-container.yml index 9129c699..032fd762 100644 --- a/.github/workflows/build-stable-container.yml +++ b/.github/workflows/build-stable-container.yml @@ -1,8 +1,9 @@ name: Build and release container on: - tags: - - "v*" + push: + tags: + - "v*" jobs: release: |
