Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit fca35bb

Browse files
authored
Update release.yml
1 parent 36b0e26 commit fca35bb

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/release.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
name: Releases
22

3-
on:
3+
on:
44
push:
5-
branches:
6-
- main
7-
pull_request:
8-
branches:
9-
- main
5+
tags:
6+
- '*'
107

118
jobs:
129
build:

0 commit comments

Comments
 (0)