fix: Only build docker from master branch

This commit is contained in:
April Hall 2025-02-26 11:40:06 -05:00
parent 6dd9be0f95
commit 1471092f2c
No known key found for this signature in database
GPG Key ID: A49AC35CB186266C

View File

@ -1,5 +1,9 @@
name: Push to GHCR name: Push to GHCR
on: [push] on:
push:
branches:
- master
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest