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.
2 parents 158caa6 + 991e0a1 commit 99c1f05Copy full SHA for 99c1f05
renovate.json .github/renovate.jsonrenovate.json renamed to .github/renovate.json
@@ -1,5 +1,6 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "enabled": false,
4
"extends": [
5
"config:recommended"
6
]
.github/workflows/docker.yml
@@ -1,9 +1,9 @@
name: Build and push Docker image (amd64, arm64 to hub.docker.com and ghcr.io)
on:
- workflow_dispatch: # allow manual trigger
- push: # build for each branch
- # branches: ["main"]
+ workflow_dispatch: # allows manual trigger
+ push: # push on branch
+ branches: [main, dev]
7
paths: # ignore changes to .md files
8
- '**'
9
- '!*.md'
0 commit comments