Skip to content

Commit 5e876d3

Browse files
committed
chore: run actions on selected tags/branches
1 parent 41f7799 commit 5e876d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Release
22

33
on:
44
push:
5+
branches:
6+
- main
7+
tags:
8+
- "*"
59

610
permissions:
711
contents: write # Needed to upload artifacts to the release

0 commit comments

Comments
 (0)