Skip to content

Commit

Permalink
feat: update tag format in GitHub workflow
Browse files Browse the repository at this point in the history
- Changed the wildcard format for SGX related tags in build_and_publish_tee workflow. Now it follows *-sgx.* format.
  • Loading branch information
haraldh committed Jun 26, 2024
1 parent df68d5e commit 14f51ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish_tee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- "gramine*"
tags:
- "*-sgx-*"
- "*-sgx.*"
workflow_dispatch:
inputs:
target_branch:
Expand Down

0 comments on commit 14f51ed

Please sign in to comment.