Merge branch 'dev'

This commit is contained in:
Ralf Vogler 2025-05-16 00:15:45 +02:00
commit 99c1f05302
2 changed files with 4 additions and 3 deletions

View file

@ -1,5 +1,6 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"enabled": false,
"extends": [ "extends": [
"config:recommended" "config:recommended"
] ]

View file

@ -1,9 +1,9 @@
name: Build and push Docker image (amd64, arm64 to hub.docker.com and ghcr.io) name: Build and push Docker image (amd64, arm64 to hub.docker.com and ghcr.io)
on: on:
workflow_dispatch: # allow manual trigger workflow_dispatch: # allows manual trigger
push: # build for each branch push: # push on branch
# branches: ["main"] branches: [main, dev]
paths: # ignore changes to .md files paths: # ignore changes to .md files
- '**' - '**'
- '!*.md' - '!*.md'