This commit is contained in:
YuCat 2024-05-08 22:32:24 +08:00
parent bce585130b
commit 2497a650f1
2 changed files with 5 additions and 5 deletions

View File

@ -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/**"

View File

@ -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