Skip to content

Commit

Permalink
Merge pull request #15 from qoollo/3-configure-build-with-github-actions
Browse files Browse the repository at this point in the history
Add alpha versions in build
  • Loading branch information
idruzhitskiy authored Jan 17, 2022
2 parents 549b2cc + e8e51b3 commit 6d120e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: build-packages
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-alpha.[0-9]+'

jobs:

Expand Down

0 comments on commit 6d120e1

Please sign in to comment.