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 +