Skip to content

Commit

Permalink
Modify triggers to push snapshots on all branches (opensearch-project…
Browse files Browse the repository at this point in the history
…#454)

Signed-off-by: Sayali Gaikawad <[email protected]>
  • Loading branch information
gaiksaya authored Jun 15, 2023
1 parent 4c6f497 commit 1484bff
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ on:
workflow_dispatch:
push:
branches:
- 'main'
- '1.*'
- '2.*'

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

0 comments on commit 1484bff

Please sign in to comment.