Skip to content

Commit 2cf5e1b

Browse files
committed
github release on tag
1 parent 4bf6dfe commit 2cf5e1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- 'master'
4+
- '*'
55
tags:
66
- '[0-9]+.[0-9]+'
77
paths:
@@ -24,4 +24,4 @@ jobs:
2424
name: Fira_Code_${{ env.hash }}
2525
path: distr
2626
- if: startsWith(github.ref, 'refs/tags/')
27-
run: python3 ./script/release.py
27+
run: python3 ./script/release.py

0 commit comments

Comments
 (0)