Fix check config

This commit is contained in:
Jai A 2024-10-16 16:02:55 -07:00
parent 9243296197
commit e66f46a464
No known key found for this signature in database
GPG Key ID: 9A9F9B7250E9883C

View File

@ -2,17 +2,17 @@ name: docker-build
on:
push:
branches:
- '**'
tags:
- 'v*'
branches: [ "main" ]
paths:
- .github/workflows/labrinth-docker.yml
- 'apps/labrinth/**'
pull_request:
types: [ opened, synchronize ]
paths:
- .github/workflows/labrinth-docker.yml
- 'apps/labrinth/**'
merge_group:
types: [ checks_requested ]
jobs:
docker: