mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-24 09:38:25 +00:00
Create backend_general.yml
This commit is contained in:
parent
28f0288526
commit
d8171238f2
1 changed files with 20 additions and 0 deletions
20
.github/workflows/backend_general.yml
vendored
Normal file
20
.github/workflows/backend_general.yml
vendored
Normal 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
|
||||||
|
|
||||||
Loading…
Reference in a new issue