Skip to content

Commit

Permalink
fix maven publish workflow (#665)
Browse files Browse the repository at this point in the history
* fix maven publish workflow

Signed-off-by: Derek Ho <dxho@amazon.com>

* remove bracket

Signed-off-by: Derek Ho <dxho@amazon.com>

* fix branch names

Signed-off-by: Derek Ho <dxho@amazon.com>

* stringify 1.3

Signed-off-by: Derek Ho <dxho@amazon.com>

---------

Signed-off-by: Derek Ho <dxho@amazon.com>
(cherry picked from commit 354f44a)
  • Loading branch information
derek-ho authored and github-actions[bot] committed Feb 28, 2023
1 parent f83dd23 commit b7b8626
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ name: Publish snapshots to maven
on:
workflow_dispatch:
push:
branches: [
main
1.*
2.*
]
branches:
- main
- '1.3'
- 2.x

jobs:
build-and-publish-snapshots:
Expand Down

0 comments on commit b7b8626

Please sign in to comment.