We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7c25d2 commit a0f7725Copy full SHA for a0f7725
.github/workflows/ghcr-deploy.yml
@@ -5,7 +5,7 @@ name: Create and publish Docker image to GHCR
5
on:
6
workflow_dispatch:
7
push:
8
- branches: ['main']
+ branches: ['production']
9
10
jobs:
11
build-and-push-image:
.github/workflows/lint.yml
@@ -2,7 +2,7 @@ name: Lint
2
3
4
pull_request:
- branches: [ "main", "develop" ]
+ branches: [ "production", "develop" ]
clippy:
0 commit comments