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:
parent
25117a4141
commit
0b4796cbb2
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -3,10 +3,10 @@ name: Build Docker image
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '*'
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- "**"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY_IMAGE: |
|
REGISTRY_IMAGE: |
|
||||||
|
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -1,11 +1,12 @@
|
|||||||
name: Test the Data
|
name: Test the Data
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '*'
|
- master
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- "**"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user