Skip to content

Commit 716c52a

Browse files
committed
refactor: Update FrontendRelease workflow to deploy tagged releases only on the main branch
1 parent 59190f1 commit 716c52a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/FrontendRelease.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
push:
66
tags:
77
- 'v*.*.*' # Push events to matching v*.*.* tags
8-
release:
9-
types: [published]
108

119
jobs:
1210
build_and_deploy_job:

0 commit comments

Comments
 (0)