Update workflow trigger, README

This commit is contained in:
selfhst-bot
2025-08-11 14:34:16 -04:00
parent ab180af51e
commit 7064ff3a4e
2 changed files with 5 additions and 4 deletions

View File

@@ -3,6 +3,8 @@ name: Build and Push Docker Images
on:
push:
branches: [ main ]
paths:
- 'build/VERSION'
release:
types: [ published ]
@@ -21,7 +23,6 @@ env:
jobs:
build-and-push:
runs-on: ubuntu-latest
if: contains(github.event.head_commit.message, 'build/')
permissions:
contents: write
packages: write