From 5174930fc2aba64389954139507699e835e53778 Mon Sep 17 00:00:00 2001 From: Christos Katsakioris Date: Thu, 14 Mar 2024 21:42:26 +0200 Subject: [PATCH] ci: only run on `push tag` Signed-off-by: Christos Katsakioris --- .github/workflows/ghcr.io.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ghcr.io.yml b/.github/workflows/ghcr.io.yml index 0e2240a..bfa73d2 100644 --- a/.github/workflows/ghcr.io.yml +++ b/.github/workflows/ghcr.io.yml @@ -4,8 +4,6 @@ on: push: tags: - v* - branches: - - main workflow_dispatch: