Skip to content

Commit

Permalink
github release on tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsky committed Nov 29, 2021
1 parent 4bf6dfe commit 2cf5e1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
push:
branches:
- 'master'
- '*'
tags:
- '[0-9]+.[0-9]+'
paths:
Expand All @@ -24,4 +24,4 @@ jobs:
name: Fira_Code_${{ env.hash }}
path: distr
- if: startsWith(github.ref, 'refs/tags/')
run: python3 ./script/release.py
run: python3 ./script/release.py

0 comments on commit 2cf5e1b

Please sign in to comment.