Skip to content

Commit

Permalink
Fix sqs image build (#28)
Browse files Browse the repository at this point in the history
* update build pipeline

* updates

* updated

* updated
  • Loading branch information
gzukel authored Jan 10, 2024
1 parent 3a400f2 commit 04ec805
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ on:
default: ''
push:
tags:
- v[0-9]+.[0-9]+.[0-9]+
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[1-9][0-9]?\.[a-zA-Z0-9]+"
branches:
- "v[1-9][0-9]?\.[a-z]||[0-9]"
- "v[1-9][0-9]?\.[a-zA-Z0-9]+"
- "osmosis-main"

jobs:
Expand Down

0 comments on commit 04ec805

Please sign in to comment.