Skip to content

Commit 4d67546

Browse files
committed
ci: Update FrontendRelease workflow to deploy tagged releases
1 parent 6fb6144 commit 4d67546

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/FrontendRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
build_and_deploy_job:
13-
if: github.ref == 'refs/heads/main' && github.ref_type == 'tag'
13+
if: startsWith(github.ref, 'refs/tags/v')
1414
runs-on: ubuntu-latest
1515
name: Build and Deploy Job
1616

0 commit comments

Comments
 (0)