mirror of
https://github.com/Evil0ctal/Douyin_TikTok_Download_API.git
synced 2025-04-22 12:05:13 +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的事件
|
||||
push:
|
||||
branches: # master分支有push时触发此workflow
|
||||
- 'master'
|
||||
branches: # main分支有push时触发此workflow
|
||||
- 'main'
|
||||
tags: # tag更新时触发此workflow
|
||||
- '*'
|
||||
workflow_dispatch:
|
||||
|
Loading…
x
Reference in New Issue
Block a user