Create backend_general.yml

This commit is contained in:
AppFlowy.IO 2021-12-01 11:22:32 +08:00 committed by GitHub
parent 28f0288526
commit d8171238f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

20
.github/workflows/backend_general.yml vendored Normal file
View File

@ -0,0 +1,20 @@
name: Backend
on:
push:
branches: [ main ]
paths:
- 'backend'
pull_request:
branches: [ main ]
paths:
- 'backend'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2