Skip to content

Commit f06ad09

Browse files
committed
improve ci
1 parent d167f82 commit f06ad09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/queue_and_merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
docker:
125125
name: Docker
126126
runs-on: ubuntu-latest
127-
if: ${{ github.event_name == 'merge_group' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/*-maint' }}
127+
if: ${{ github.event_name == 'merge_group' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/1.0.0-maint' }}
128128
env:
129129
GIT_LFS_SKIP_SMUDGE: 1
130130
REGISTRY_URL: ghcr.io

0 commit comments

Comments
 (0)