瀏覽代碼

Create backend_general.yml

AppFlowy.IO 3 年之前
父節點
當前提交
d8171238f2
共有 1 個文件被更改,包括 20 次插入0 次删除
  1. 20 0
      .github/workflows/backend_general.yml

+ 20 - 0
.github/workflows/backend_general.yml

@@ -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
+