Skip to content

Commit

Permalink
修改自动化提交描述1
Browse files Browse the repository at this point in the history
  • Loading branch information
dango2887 committed Aug 30, 2023
1 parent bcbbb8c commit 1837705
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lib_common_pubilsh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ on: [ push ]
jobs:
push_common:
uses: DangoDX/ReusableWorkflows/.github/workflows/publish_maven_central.yml@master
# if: startsWith(github.event.head_commit.modified, 'common/')
if: startsWith(github.event.head_commit.modified, 'common/')
with:
module_path: common/
secrets: inherit
push_lib_widget:
uses: DangoDX/ReusableWorkflows/.github/workflows/publish_maven_central.yml@master
# if: startsWith(github.event.head_commit.modified, 'lib/widget/')
if: startsWith(github.event.head_commit.modified, 'lib/widget/')
with:
module_path: lib/widget/
secrets: inherit
push_lib_kit:
uses: DangoDX/ReusableWorkflows/.github/workflows/publish_maven_central.yml@master
# if: startsWith(github.event.head_commit.modified, 'lib/kit/')
if: startsWith(github.event.head_commit.modified, 'lib/kit/')
with:
module_path: lib/kit/
secrets: inherit

0 comments on commit 1837705

Please sign in to comment.