mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-03 16:30:02 +00:00
chore: Sync by
sync by github workflow Log: none Influence: none
This commit is contained in:
parent
1049bfb1d9
commit
1191af61dd
16
.github/workflows/call-auto-tag.yml
vendored
Normal file
16
.github/workflows/call-auto-tag.yml
vendored
Normal file
@ -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
|
13
.github/workflows/call-tag-build.yml
vendored
Normal file
13
.github/workflows/call-tag-build.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
name: tag build
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
tags: "*"
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
uses: linuxdeepin/.github/.github/workflows/tag-build.yml@master
|
||||||
|
secrets: inherit
|
Loading…
x
Reference in New Issue
Block a user