Skip to content

Commit b0442e9

Browse files
committed
fix other master->main
1 parent 65d9aef commit b0442e9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/cicd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

66
This 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

3535
The minimum configuration needed can be found in the following command:
3636

0 commit comments

Comments
 (0)