Create main.yml

This commit is contained in:
maynardwhy 2024-04-10 20:58:06 +08:00 committed by GitHub
parent 551ebda615
commit 02fa895ab0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

15
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,15 @@
name: CI
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build docker-compose
run: docker-compose -f ./docker-compose.yml up --build -d