Skip to content

Commit 087bc9d

Browse files
committed
push only on new tag
1 parent ded57b2 commit 087bc9d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: CD
22
on:
33
push:
4-
branches:
5-
- master # TODO: delete it after testing
64
tags:
75
- 'v*.*.*'
86
env:
@@ -22,7 +20,7 @@ jobs:
2220
publish-docker:
2321
name: Build and push agent container
2422
runs-on: ubuntu-20.04
25-
# needs: [test] # TODO: delete it after testing
23+
# needs: [test] # TODO
2624
permissions:
2725
contents: 'read'
2826
id-token: 'write'

0 commit comments

Comments
 (0)