1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-04 16:42:10 +00:00

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

This commit is contained in:
Florian Bouillon 2025-05-02 00:39:07 +02:00 committed by GitHub
parent 961c75c8a0
commit aa07e67c80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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