AppFlowy/.github/workflows/backend_general.yml
2021-12-01 11:22:32 +08:00

20 lines
236 B
YAML

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