Skip to content

Commit

Permalink
github action: change semver detection for Service Extension (#3117)
Browse files Browse the repository at this point in the history
  • Loading branch information
e-n-0 authored Jan 24, 2025
1 parent 9f1ce94 commit ef2e4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/service-extensions-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish Service Extensions Callout images packages
on:
push:
tags:
- 'v*.*'
- 'v[0-9]+.[0-9]+.[0-9]+'
workflow_dispatch:
inputs:
tag_name:
Expand Down

0 comments on commit ef2e4e2

Please sign in to comment.