Skip to content

Commit

Permalink
Merge pull request #12 from microsphere-projects/dev-1.x
Browse files Browse the repository at this point in the history
Sync from Dev-1.x
  • Loading branch information
mercyblitz authored Aug 10, 2024
2 parents 518b656 + 156ac12 commit 64ed79b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ name: Maven Build

on:
push:
branches: [ "dev" ]
branches: [ 'dev-1.x' ]
pull_request:
branches: [ "main" , "release" ]
branches: [ 'release-1.x' ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ name: Maven Publish

on:
push:
branches: [ 'release' ]
branches: [ 'release-1.x' ]
workflow_dispatch:
inputs:
revision:
description: 'The version to release'
description: 'The version to publish'
required: true
default: '0.0.1-SNAPSHOT'

Expand Down

0 comments on commit 64ed79b

Please sign in to comment.