mirror of
https://github.com/Evil0ctal/Douyin_TikTok_Download_API.git
synced 2025-04-22 18:36:56 +08:00
Update docker-image.yml
This commit is contained in:
parent
32b3e75fcc
commit
60e073ebe1
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
@ -3,8 +3,8 @@ name: Publish Docker image # workflow名称,可以在Github项目主页的
|
|||||||
|
|
||||||
on: # 配置触发workflow的事件
|
on: # 配置触发workflow的事件
|
||||||
push:
|
push:
|
||||||
branches: # master分支有push时触发此workflow
|
branches: # main分支有push时触发此workflow
|
||||||
- 'master'
|
- 'main'
|
||||||
tags: # tag更新时触发此workflow
|
tags: # tag更新时触发此workflow
|
||||||
- '*'
|
- '*'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user