Skip to content

Commit 6a5a286

Browse files
Update release to only run on tags.
1 parent 4264299 commit 6a5a286

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Release
22
on:
33
push:
4-
branches: [main]
5-
tags: ["*"]
4+
tags:
5+
- 'v[0-9]+.[0-9]+.[0-9]+'
6+
workflow_dispatch:
67
jobs:
78
publish:
89
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)