Skip to content

Commit a4ab931

Browse files
benjaminpaperbenni
authored andcommitted
chore: rename main -> master, bioconda-utils and bioconda-containers have different default branches
1 parent d8b174c commit a4ab931

6 files changed

Lines changed: 18 additions & 18 deletions

File tree

.github/workflows/base-glibc-busybox-bash.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Build & Push: base-glibc-busybox-bash'
22
on:
33
push:
44
branches:
5-
- main
5+
- master
66
paths:
77
- images/base-glibc-busybox-bash/*
88
- .github/workflows/base-glibc-busybox-bash.yaml
@@ -180,7 +180,7 @@ jobs:
180180
esac
181181
done
182182
183-
- if: ${{ github.ref == 'refs/heads/main' }}
183+
- if: ${{ github.ref == 'refs/heads/master' }}
184184
name: Push
185185
uses: redhat-actions/push-to-registry@v2
186186
with:
@@ -190,7 +190,7 @@ jobs:
190190
username: ${{ secrets.QUAY_BIOCONDA_USERNAME }}
191191
password: ${{ secrets.QUAY_BIOCONDA_TOKEN }}
192192

193-
- if: ${{ github.ref == 'refs/heads/main' }}
193+
- if: ${{ github.ref == 'refs/heads/master' }}
194194
name: Test Pushed
195195
run: |
196196
image='${{ env.IMAGE_NAME }}'

.github/workflows/base-glibc-debian-bash.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Build & Push: base-glibc-debian-bash'
22
on:
33
push:
44
branches:
5-
- main
5+
- master
66
paths:
77
- images/base-glibc-debian-bash/*
88
- .github/workflows/base-glibc-debian-bash.yaml
@@ -170,7 +170,7 @@ jobs:
170170
esac
171171
done
172172
173-
- if: ${{ github.ref == 'refs/heads/main' }}
173+
- if: ${{ github.ref == 'refs/heads/master' }}
174174
name: Push
175175
uses: redhat-actions/push-to-registry@v2
176176
with:
@@ -180,7 +180,7 @@ jobs:
180180
username: ${{ secrets.QUAY_BIOCONDA_USERNAME }}
181181
password: ${{ secrets.QUAY_BIOCONDA_TOKEN }}
182182

183-
- if: ${{ github.ref == 'refs/heads/main' }}
183+
- if: ${{ github.ref == 'refs/heads/master' }}
184184
name: Test Pushed
185185
run: |
186186
image='${{ env.IMAGE_NAME }}'

.github/workflows/bioconda-recipes-issue-responder.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Build & Push: bioconda-recipes-issue-responder'
22
on:
33
push:
44
branches:
5-
- main
5+
- master
66
paths:
77
- images/bioconda-recipes-issue-responder/*
88
- .github/workflows/bioconda-recipes-issue-responder.yaml
@@ -82,7 +82,7 @@ jobs:
8282
fi
8383
done
8484
85-
- if: ${{ github.ref == 'refs/heads/main' }}
85+
- if: ${{ github.ref == 'refs/heads/master' }}
8686
name: Push
8787
uses: redhat-actions/push-to-registry@v2
8888
with:
@@ -92,7 +92,7 @@ jobs:
9292
username: ${{ secrets.QUAY_BIOCONDA_USERNAME }}
9393
password: ${{ secrets.QUAY_BIOCONDA_TOKEN }}
9494

95-
- if: ${{ github.ref == 'refs/heads/main' }}
95+
- if: ${{ github.ref == 'refs/heads/master' }}
9696
name: Test Pushed
9797
run: |
9898
image='${{ steps.buildah-build.outputs.image }}'

.github/workflows/bot.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Build & Push: bot'
22
on:
33
push:
44
branches:
5-
- main
5+
- master
66
paths:
77
- images/bot/**
88
- .github/workflows/bot.yaml
@@ -117,7 +117,7 @@ jobs:
117117
fi
118118
done
119119
120-
- if: ${{ github.ref == 'refs/heads/main' }}
120+
- if: ${{ github.ref == 'refs/heads/master' }}
121121
name: Push
122122
uses: redhat-actions/push-to-registry@v2
123123
with:
@@ -127,7 +127,7 @@ jobs:
127127
username: ${{ secrets.QUAY_BIOCONDA_USERNAME }}
128128
password: ${{ secrets.QUAY_BIOCONDA_TOKEN }}
129129

130-
- if: ${{ github.ref == 'refs/heads/main' }}
130+
- if: ${{ github.ref == 'refs/heads/master' }}
131131
name: Test Pushed
132132
run: |
133133
image='${{ steps.buildah-build.outputs.image }}'

.github/workflows/build-env-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- '.github/workflows/build-env-image.yml'
1111
push:
1212
branches:
13-
- 'main'
13+
- 'master'
1414

1515
jobs:
1616
build:
@@ -70,7 +70,7 @@ jobs:
7070
done
7171
7272
- name: Push To Quay
73-
if: github.ref == 'refs/heads/main' && github.repository == 'bioconda/bioconda-containers'
73+
if: github.ref == 'refs/heads/master' && github.repository == 'bioconda/bioconda-containers'
7474
uses: redhat-actions/push-to-registry@v2
7575
with:
7676
image: ${{ steps.buildah-build.outputs.image }}
@@ -81,7 +81,7 @@ jobs:
8181

8282
build-manifest:
8383
needs: [build]
84-
if: github.ref == 'refs/heads/main' && github.repository == 'bioconda/bioconda-containers'
84+
if: github.ref == 'refs/heads/master' && github.repository == 'bioconda/bioconda-containers'
8585
name: quay.io/bioconda/${{ matrix.cfg.DOCKER_MANIFEST }}:${{ matrix.cfg.DOCKER_TAG }}
8686
runs-on: ubuntu-latest
8787
strategy:

.github/workflows/create-env.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Build & Push: create-env'
22
on:
33
push:
44
branches:
5-
- main
5+
- master
66
paths:
77
- images/create-env/*
88
- .github/workflows/create-env.yaml
@@ -133,7 +133,7 @@ jobs:
133133
esac
134134
done
135135
136-
- if: ${{ github.ref == 'refs/heads/main' }}
136+
- if: ${{ github.ref == 'refs/heads/master' }}
137137
name: Push
138138
uses: redhat-actions/push-to-registry@v2
139139
with:
@@ -143,7 +143,7 @@ jobs:
143143
username: ${{ secrets.QUAY_BIOCONDA_USERNAME }}
144144
password: ${{ secrets.QUAY_BIOCONDA_TOKEN }}
145145

146-
- if: ${{ github.ref == 'refs/heads/main' }}
146+
- if: ${{ github.ref == 'refs/heads/master' }}
147147
name: Test Pushed
148148
run: |
149149
set -x

0 commit comments

Comments
 (0)