Skip to content

Commit 6ba3dd2

Browse files
committed
chore(ci): Remove temporary PR trigger from release workflow
1 parent 154aca0 commit 6ba3dd2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
name: Release
22

33
on:
4+
# Run on version tags (releases)
45
push:
56
tags:
67
- "v*"
7-
branches:
8-
- main
9-
pull_request:
10-
branches:
11-
- main
128
# Allow manual trigger
139
workflow_dispatch:
1410

0 commit comments

Comments
 (0)