Skip to content

Commit

Permalink
Merge pull request #5 from sparksuite/handle-more-tags
Browse files Browse the repository at this point in the history
Handle alpha/beta/rc tags too
  • Loading branch information
WesCossick authored Mar 2, 2021
2 parents 5021ef7 + 7d9d61f commit 881de3f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ on:
push:
branches:
- master
tags: v[0-9]+.[0-9]+.[0-9]+
tags:
- v[0-9]+.[0-9]+.[0-9]+
- v[0-9]+.[0-9]+.[0-9]+-alpha.[0-9]+
- v[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+
- v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+
pull_request:
branches:
- master
Expand Down

0 comments on commit 881de3f

Please sign in to comment.