mirror of
https://github.com/linuxdeepin/gio-qt.git
synced 2024-11-10 12:03:46 +01:00
0c5f4347f5
sync by github workflow Log: none Influence: none
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
|