Merge pull request #66 from jw-star/patch-1

This commit is contained in:
Evil0ctal 2022-08-23 00:26:08 -07:00 committed by GitHub
commit 580a5cf57e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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