Skip to content

Commit

Permalink
Fix check config
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Oct 16, 2024
1 parent 9243296 commit e66f46a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/labrinth-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e66f46a

Please sign in to comment.