File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4444
4545 # Only set up QEMU for release branches and tagged releases
4646 - name : Setup QEMU
47- if : ${{ startsWith(github.ref, 'refs/heads/release/') || github.event_name == 'release' || github.ref == 'refs/heads/main' }}
47+ if : ${{ startsWith(github.ref, 'refs/heads/release/') || github.event_name == 'release' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/minehub' }}
4848 uses : docker/setup-qemu-action@v3
4949
5050 - name : Setup Docker buildx
6868
6969 # For feature branches, only build for amd64 to save time
7070 - name : Build and Push (feature branches)
71- if : ${{ startsWith(github.ref, 'refs/heads/feature/') || github.ref == 'refs/heads/dev' }}
71+ if : ${{ startsWith(github.ref, 'refs/heads/feature/') || github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/minehub' }}
7272 uses : docker/build-push-action@v6
7373 with :
7474 context : .
You can’t perform that action at this time.
0 commit comments