Skip to content

Commit

Permalink
修改自动化提交描述1
Browse files Browse the repository at this point in the history
  • Loading branch information
dango2887 committed Aug 31, 2023
1 parent f965a88 commit 6d62571
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/lib_common_pubilsh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: push_lib_widget
on: [ push ]
jobs:
print:
run: |
echo ${ github.event.head_commit.modified }
runs-on: ubuntu-latest
steps:
name: Job 0
run: |
echo ${ github.event.head_commit.modified }
push_common:
uses: DangoDX/ReusableWorkflows/.github/workflows/publish_maven_central.yml@master
if: startsWith(github.event.head_commit.modified, 'common/**')
Expand Down

0 comments on commit 6d62571

Please sign in to comment.