mirror of
https://github.com/YuCat-OVO/BaiduNetdisk-Docker
synced 2025-05-10 20:10:04 +08:00
yml
This commit is contained in:
parent
bce585130b
commit
2497a650f1
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -8,13 +8,13 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
version:
|
version:
|
||||||
description: "Version"
|
description: Version
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "main"
|
- main
|
||||||
- "develop"
|
- develop
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- ".github/**"
|
- ".github/**"
|
||||||
- "docs/**"
|
- "docs/**"
|
||||||
|
|||||||
4
.github/workflows/docker_docs.yml
vendored
4
.github/workflows/docker_docs.yml
vendored
@ -4,9 +4,9 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- "main"
|
- main
|
||||||
paths:
|
paths:
|
||||||
- "README.md"
|
- README.md
|
||||||
|
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME: baidunetdisk-docker
|
IMAGE_NAME: baidunetdisk-docker
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user