1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-18 14:29:55 +00:00

chore: optimize github actions runtime (#739)

This commit is contained in:
Florian Bouillon 2025-05-18 01:05:50 +02:00 committed by GitHub
parent 25117a4141
commit 0b4796cbb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 8 deletions

View File

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

View File

@ -1,11 +1,12 @@
name: Test the Data name: Test the Data
on: on:
push: push:
branches: branches:
- '*'
pull_request:
branches:
- master - master
pull_request:
branches:
- "**"
jobs: jobs:
test: test: