Skip to content

Commit 8f489e8

Browse files
committed
removes the 'v' from tag filter
Signed-off-by: Allain Magyar <[email protected]>
1 parent c645ca4 commit 8f489e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- "main"
77
tags:
8-
- "v*"
8+
- "*"
99

1010
jobs:
1111
integrate-revision:
@@ -23,7 +23,7 @@ jobs:
2323
client-payload: '{"component": "sdk-swift", "release": false, "version": "${{ github.sha }}" }'
2424

2525
integrate-release:
26-
if: startsWith(github.ref, 'refs/tags/v')
26+
if: startsWith(github.ref, 'refs/tags/')
2727
name: Integrate release
2828
runs-on: ubuntu-latest
2929

0 commit comments

Comments
 (0)