From 79391c9c7b96bb061a2986b1dcbd4d01783052f8 Mon Sep 17 00:00:00 2001 From: stackhpc-ci <22933334+stackhpc-ci@users.noreply.github.com> Date: Wed, 21 May 2025 09:14:44 +0000 Subject: [PATCH] feat: automatic update of workflows stackhpc/2025.1 --- .github/workflows/tag-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag-and-release.yml b/.github/workflows/tag-and-release.yml index 65ff34f06..b03e03411 100644 --- a/.github/workflows/tag-and-release.yml +++ b/.github/workflows/tag-and-release.yml @@ -3,7 +3,7 @@ name: Tag & Release 'on': push: branches: - - stackhpc/master + - stackhpc/2025.1 permissions: actions: read contents: write