Skip to content

Commit

Permalink
Modify triggers to push snapshots on all branches (#454) (#475)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1484bff)

Signed-off-by: Sayali Gaikawad <[email protected]>
Signed-off-by: Hailong Cui <[email protected]>
Co-authored-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
Hailong-am and gaiksaya authored Jul 10, 2023
1 parent 1bba734 commit 1800974
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@ name: Publish snapshots to maven
on:
workflow_dispatch:
push:
branches: [
main
1.*
2.*
]

branches:
- main
- '[0-9]+.[0-9]+'
- '[0-9]+.x'
jobs:
build-and-publish-snapshots:
strategy:
Expand Down

0 comments on commit 1800974

Please sign in to comment.