mirror of
https://github.com/Evil0ctal/Douyin_TikTok_Download_API.git
synced 2025-04-22 21:45:58 +08:00
Merge pull request #66 from jw-star/patch-1
This commit is contained in:
commit
580a5cf57e
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