From 9af4dab30c815f88728775230b579c033cc7c13c Mon Sep 17 00:00:00 2001 From: clockwinder <54368516+clockwinder@users.noreply.github.com> Date: Thu, 16 Jan 2025 10:11:09 -0700 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bdad9d3..487e6f1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,8 +5,8 @@ on: # publish on releases, e.g. v2.1.13 (image tagged as "2.1.13" - "v" prefix is removed) release: types: [ published ] - tags: - - "stable" + tags: + - "stable" # publish on pushes to the main branch (image tagged as "latest") push: