From d8171238f2d92e98c42a9f2f38ec8d99f552df2e Mon Sep 17 00:00:00 2001 From: "AppFlowy.IO" <86001920+appflowy@users.noreply.github.com> Date: Wed, 1 Dec 2021 11:22:32 +0800 Subject: [PATCH] Create backend_general.yml --- .github/workflows/backend_general.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/workflows/backend_general.yml diff --git a/.github/workflows/backend_general.yml b/.github/workflows/backend_general.yml new file mode 100644 index 0000000000..34d519f856 --- /dev/null +++ b/.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 +