1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 16:19:18 +00:00

fix: allow forks to run the build (#723)

This commit is contained in:
2025-05-02 00:39:07 +02:00
committed by GitHub
parent 961c75c8a0
commit aa07e67c80

View File

@ -2,6 +2,12 @@ name: Build Docker image
on:
push:
branches:
- '*'
pull_request:
branches:
- master
env:
REGISTRY_IMAGE: |