Skip to content

Commit

Permalink
Also allow the v1 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaldessari committed Sep 23, 2024
1 parent 405c620 commit 83296a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
push:
branches: ['main', 'v1']
# Publish semver tags as releases.
tags: ['v*.*.*']
tags: ['v*.*.*', 'v1']
pull_request:
branches: ["main"]

Expand Down

0 comments on commit 83296a5

Please sign in to comment.