From 5be6c301121bed7c7300db73943e0d4407d230ef Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Wed, 10 Jul 2024 10:05:45 +0200 Subject: [PATCH] run now --- .github/workflows/tag-latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag-latest.yml b/.github/workflows/tag-latest.yml index 2f5915117..54e1de912 100644 --- a/.github/workflows/tag-latest.yml +++ b/.github/workflows/tag-latest.yml @@ -3,7 +3,7 @@ name: tag-latest on: workflow_dispatch: ~ push: - branches: [ "main" ] + branches: [ "feature/tag-latest" ] permissions: contents: read