We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d167f82 commit f06ad09Copy full SHA for f06ad09
.github/workflows/queue_and_merge.yml
@@ -124,7 +124,7 @@ jobs:
124
docker:
125
name: Docker
126
runs-on: ubuntu-latest
127
- if: ${{ github.event_name == 'merge_group' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/*-maint' }}
+ if: ${{ github.event_name == 'merge_group' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/1.0.0-maint' }}
128
env:
129
GIT_LFS_SKIP_SMUDGE: 1
130
REGISTRY_URL: ghcr.io
0 commit comments