Skip to content

Commit 43b84c1

Browse files
committed
Only release on tags.
1 parent 93055b1 commit 43b84c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ name: "Terraform Provider Release"
44
# "v*" (e.g. v0.1.0) is created.
55
on:
66
push:
7-
branches:
8-
- "main"
7+
tags:
8+
- 'v*'
99

1010
# Releases need permissions to read and write the repository contents.
1111
# GitHub considers creating releases and uploading assets as writing contents.

0 commit comments

Comments
 (0)