Skip to content

Commit

Permalink
Update .github/workflows/build-and-push.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Will Kahn-Greene <willkg@users.noreply.github.com>
  • Loading branch information
smarnach and willkg committed Dec 4, 2023
1 parent 5babffb commit 4b574a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
branches:
- main
tags:
- v[0-9]+.[0-9]+.[0-9]+
- v[0-9]+.[0-9]+.[0-9]+-[0-9]
- v20[0-9][0-9].[01][0-9].[0-3][0-9] # e.g. v2023.12.04
- v20[0-9][0-9].[01][0-9].[0-3][0-9]-[0-9] # e.g. v2023.12.04-2
pull_request:
branches:
- main
Expand Down

0 comments on commit 4b574a5

Please sign in to comment.