Skip to content

Commit

Permalink
Switch publish maven branches to list (#423)
Browse files Browse the repository at this point in the history
Switches format of branches to run publish maven on to list. This will
allow workflow to be triggered correctly.

Signed-off-by: John Mazanec <[email protected]>
  • Loading branch information
jmazanec15 authored May 5, 2023
1 parent c507ac9 commit ff06faa
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.*'
- '2.*'

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

0 comments on commit ff06faa

Please sign in to comment.