Adjust GHCR workflow to not run unless pushed to master

This commit is contained in:
Sirz Benjie 2025-09-16 16:59:32 -05:00 committed by GitHub
parent d73f761869
commit 95cbbee81d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,8 @@ name: Publish to GHCR
on:
push:
branches:
- master
jobs:
build:
name: Build and publish to GHCR