From e37b918aa9b7087e82054dba23c7c32fe4e1e267 Mon Sep 17 00:00:00 2001 From: Lyubo Kamenov Date: Mon, 21 Oct 2024 13:24:48 -0400 Subject: [PATCH] fix --- .github/workflows/release.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f7f580..611538a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,11 +1,10 @@ name: Release on: - push: # REMOVE BEFORE MERGE - branches: - - lk/publish-arm-images push: tags: - v* + branches: + - lk/publish-arm-images permissions: contents: write