Skip to content

Commit e66f46a

Browse files
committed
Fix check config
1 parent 9243296 commit e66f46a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/labrinth-docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ name: docker-build
22

33
on:
44
push:
5-
branches:
6-
- '**'
7-
tags:
8-
- 'v*'
5+
branches: [ "main" ]
96
paths:
107
- .github/workflows/labrinth-docker.yml
118
- 'apps/labrinth/**'
129
pull_request:
10+
types: [ opened, synchronize ]
1311
paths:
1412
- .github/workflows/labrinth-docker.yml
1513
- 'apps/labrinth/**'
14+
merge_group:
15+
types: [ checks_requested ]
1616

1717
jobs:
1818
docker:

0 commit comments

Comments
 (0)