Skip to content

Commit

Permalink
Merge branch 'main' into fix_lron_unwrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Hailong-am committed Jul 3, 2023
2 parents 45ad6c7 + bdc9dad commit 302fd18
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
- '[0-9]+.[0-9]+'
- '[0-9]+.x'

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

0 comments on commit 302fd18

Please sign in to comment.