Skip to content

Commit

Permalink
chore(ci): allow beta releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Bladrak committed Feb 9, 2022
1 parent 193731d commit ea1b46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ workflows:
- build
filters:
tags:
only: /[0-9]+(\.[0-9]+)*/
only: /[0-9]+(\.[0-9]+)*b?/
branches:
ignore: /.*/

0 comments on commit ea1b46f

Please sign in to comment.