Skip to content

Commit 569b339

Browse files
committed
not ends with main
Signed-off-by: clux <[email protected]>
1 parent bb303e6 commit 569b339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
type=pep440,pattern={{version}}
3232
type=raw,value=latest,enable={{is_default_branch}}
3333
type=ref,event=pr
34-
type=raw,value=test,enable={{is_default_branch != true}}
34+
type=raw,value=test,enable=${{ !endsWith(github.ref, 'main')
3535
3636
- name: Docker login on main origin
3737
uses: docker/login-action@v3

0 commit comments

Comments
 (0)