diff --git a/.github/workflows/call-auto-tag.yml b/.github/workflows/call-auto-tag.yml new file mode 100644 index 0000000..5018e5b --- /dev/null +++ b/.github/workflows/call-auto-tag.yml @@ -0,0 +1,16 @@ +name: auto tag + +on: + pull_request_target: + types: [opened, synchronize, closed] + paths: + - "debian/changelog" + +concurrency: + group: ${{ github.workflow }}-pull/${{ github.event.number }} + cancel-in-progress: true + +jobs: + auto_tag: + uses: linuxdeepin/.github/.github/workflows/auto-tag.yml@master + secrets: inherit diff --git a/src/Printer/platform/linux/dde-printer-watch.desktop b/src/Printer/platform/linux/dde-printer-watch.desktop index a987c9c..1be3e43 100755 --- a/src/Printer/platform/linux/dde-printer-watch.desktop +++ b/src/Printer/platform/linux/dde-printer-watch.desktop @@ -8,3 +8,4 @@ Icon=dde-printer Name=Printer Manager Name[zh_CN]=打印管理器 Type=Application +OnlyShowIn=Deepin