Skip to content

Commit

Permalink
feat: Update tag pattern in GitHub workflow
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
haraldh committed Jun 26, 2024
1 parent 6c4bcef commit df68d5e
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 df68d5e

Please sign in to comment.