Skip to content

Commit 1a2ab67

Browse files
test: enable workflow trigger on test branch for testing
1 parent 93b5525 commit 1a2ab67

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Docker Image Publish
22

33
on:
4-
# TODO: 测试通过后,取消注释以下行以启用自动触发
5-
# push:
6-
# branches:
7-
# - main
8-
# tags:
9-
# - 'v*.*.*'
4+
push:
5+
branches:
6+
- test/auto-build-docker-image-test # 测试分支,测试通过后改回 main
7+
# TODO: 测试通过后,取消注释以下行
8+
# tags:
9+
# - 'v*.*.*'
1010
workflow_dispatch:
1111
inputs:
1212
tag:

0 commit comments

Comments
 (0)