Skip to content

Commit a673ead

Browse files
authored
Merge pull request #132 from fuweid/weifu/remove-the-branch
.github: remove the test branch in release workflow
2 parents 652487d + b36b781 commit a673ead

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Release
22
on:
33
push:
4-
branches:
5-
- "add-release-workflow"
64
tags:
75
- v*
86
env:
@@ -34,4 +32,4 @@ jobs:
3432
echo IMAGE_ID=$IMAGE_ID
3533
echo VERSION=$VERSION
3634
docker tag $IMAGE_NAME $IMAGE_ID:$VERSION
37-
docker push $IMAGE_ID:$VERSION
35+
docker push $IMAGE_ID:$VERSION

0 commit comments

Comments
 (0)