Skip to content

Commit 99c1f05

Browse files
committed
Merge branch 'dev'
2 parents 158caa6 + 991e0a1 commit 99c1f05

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

renovate.json renamed to .github/renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"enabled": false,
34
"extends": [
45
"config:recommended"
56
]

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Build and push Docker image (amd64, arm64 to hub.docker.com and ghcr.io)
22

33
on:
4-
workflow_dispatch: # allow manual trigger
5-
push: # build for each branch
6-
# branches: ["main"]
4+
workflow_dispatch: # allows manual trigger
5+
push: # push on branch
6+
branches: [main, dev]
77
paths: # ignore changes to .md files
88
- '**'
99
- '!*.md'

0 commit comments

Comments
 (0)