mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-01 07:05:48 +00:00
14 lines
282 B
YAML
14 lines
282 B
YAML
name: Call build-distribution
|
|
on:
|
|
push:
|
|
paths-ignore:
|
|
- ".github/workflows/**"
|
|
pull_request_target:
|
|
paths-ignore:
|
|
- ".github/workflows/**"
|
|
|
|
jobs:
|
|
check_job:
|
|
uses: linuxdeepin/.github/.github/workflows/build-distribution.yml@master
|
|
secrets: inherit
|