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:
parent
961c75c8a0
commit
aa07e67c80
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -2,6 +2,12 @@ name: Build Docker image
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- '*'
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY_IMAGE: |
|
REGISTRY_IMAGE: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user