summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorsyeopite <syeopite@syeopite.dev>2024-07-01 21:39:14 -0700
committersyeopite <syeopite@syeopite.dev>2024-07-01 21:39:14 -0700
commit64d1f26eceb735ab5c96644b6545fe7fe5c2e677 (patch)
tree88f349e0fc0359ff30e2990d29aa0b480ab4b797 /.github
parent8f5c6a602b78e34e42d1c58ed888e9c8a70ddaa7 (diff)
downloadinvidious-64d1f26eceb735ab5c96644b6545fe7fe5c2e677.tar.gz
invidious-64d1f26eceb735ab5c96644b6545fe7fe5c2e677.tar.bz2
invidious-64d1f26eceb735ab5c96644b6545fe7fe5c2e677.zip
Fix trigger for stable container build
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-stable-container.yml5
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: