From df68d5e6c6ba3e6c0c79e8c368438bad8a0552a8 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Wed, 26 Jun 2024 17:34:08 +0200 Subject: [PATCH] feat: Update tag pattern in GitHub workflow This commit modifies the tag pattern in the GitHub workflow file. The pattern for tags that trigger this workflow has been updated from "*-sgx" to "*-sgx-*", allowing for more precise targeting. --- .github/workflows/build_and_publish_tee.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_publish_tee.yaml b/.github/workflows/build_and_publish_tee.yaml index 75171ad..c374961 100644 --- a/.github/workflows/build_and_publish_tee.yaml +++ b/.github/workflows/build_and_publish_tee.yaml @@ -5,7 +5,7 @@ on: branches: - "gramine*" tags: - - "*-sgx" + - "*-sgx-*" workflow_dispatch: inputs: target_branch: