File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127127 uses : depot/setup-action@b0b1ea4f69e92ebf5dea3f8713a1b0c37b2126a5 # v1
128128
129129 - name : Login to GHCR
130- if : github.ref == 'refs/heads/master '
130+ if : github.ref == 'refs/heads/main '
131131 uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
132132 with :
133133 registry : ghcr.io
@@ -138,12 +138,12 @@ jobs:
138138 uses : depot/build-push-action@9785b135c3c76c33db102e45be96a25ab55cd507 # v1
139139 with :
140140 project : ks849krng9
141- push : ${{ github.ref == 'refs/heads/master ' }}
141+ push : ${{ github.ref == 'refs/heads/main ' }}
142142 tags : ${{ steps.meta.outputs.tags }}
143143 labels : ${{ steps.meta.outputs.labels }}
144144
145145 deploy :
146- if : github.ref == 'refs/heads/master '
146+ if : github.ref == 'refs/heads/main '
147147 needs : [lint, test, typecheck, build]
148148 runs-on : ubuntu-latest
149149 environment :
Original file line number Diff line number Diff line change 11# arm-server
22
3- [ ![ ] ( https://img.shields.io/github/actions/workflow/status/BeeeQueue/arm-server/cicd.yml?branch=master )] ( https://github.com/BeeeQueue/arm-server/actions?query=branch%3Amaster +workflow%3ACI )
3+ [ ![ ] ( https://img.shields.io/github/actions/workflow/status/BeeeQueue/arm-server/cicd.yml?branch=main )] ( https://github.com/BeeeQueue/arm-server/actions?query=branch%3Amain +workflow%3ACI )
44[ ![ ] ( https://uptime.h.haglund.dev/api/badge/2/uptime/168?label=Uptime%207d )] ( https://uptime.h.haglund.dev/status/arm-server )
55
66This app uses data from [ ` Fribb/anime-lists ` ] ( https://github.com/Fribb/anime-lists ) - fetching
@@ -30,7 +30,7 @@ a [manual rule request](https://github.com/BeeeQueue/arm-server/issues/new?templ
3030
3131## Self-hosting
3232
33- Docker images are built and provided for each commit on master !
33+ Docker images are built and provided for each commit on main !
3434
3535The minimum configuration needed can be found in the following command:
3636
You can’t perform that action at this time.
0 commit comments