Skip to content

Commit a0f7725

Browse files
committed
chore: rename main branch to production
1 parent f7c25d2 commit a0f7725

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ghcr-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Create and publish Docker image to GHCR
55
on:
66
workflow_dispatch:
77
push:
8-
branches: ['main']
8+
branches: ['production']
99

1010
jobs:
1111
build-and-push-image:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Lint
22

33
on:
44
pull_request:
5-
branches: [ "main", "develop" ]
5+
branches: [ "production", "develop" ]
66

77
jobs:
88
clippy:

0 commit comments

Comments
 (0)