Skip to content

Commit 80e5cea

Browse files
Release create 2
1 parent 322ee42 commit 80e5cea

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
name: Release
22

33
on:
4-
push:
5-
tags:
6-
- v[0-9]+.*
4+
push:
5+
branches: [ "main" ]
6+
pull_request:
7+
branches: [ "main" ]
78

89
jobs:
910
create-release:

0 commit comments

Comments
 (0)