mirror of
https://github.com/misskey-dev/misskey.git
synced 2025-01-25 03:35:10 +01:00
6925c00のdocker.ymlへの適応忘れ
This commit is contained in:
parent
6925c005e6
commit
34a0fe33d9
1 changed files with 5 additions and 2 deletions
7
.github/workflows/docker.yml
vendored
7
.github/workflows/docker.yml
vendored
|
@ -1,7 +1,10 @@
|
|||
name: Docker build
|
||||
on:
|
||||
- push
|
||||
- pull_request
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Reference in a new issue