forked from mirrors/gio-qt
chore: Sync by 6fbf8e00b9
sync by github workflow Log: none Influence: none
This commit is contained in:
parent
3eacf2dcfb
commit
99079128be
2 changed files with 29 additions and 0 deletions
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/build-tag.yml@master
|
||||
secrets: inherit
|
Loading…
Reference in a new issue