Skip to content

Commit

Permalink
allow publishing major tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy Byrd authored and GitHub committed Dec 15, 2021
1 parent ff8e587 commit 87a097f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ on:
# Publish semver tags as releases. Allow for '-alpha'
# stage releases as well.
tags:
- 'v*.*.*'
- 'v*.*.*-beta'
- 'v*.*.*-alpha'
- 'v*'
pull_request:
branches:
- 'main'
Expand Down

0 comments on commit 87a097f

Please sign in to comment.