diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 00000000..9c7e095a Binary files /dev/null and b/.DS_Store differ diff --git a/.github/workflows/client_update.yml b/.github/workflows/client_update.yml new file mode 100644 index 00000000..1913564d --- /dev/null +++ b/.github/workflows/client_update.yml @@ -0,0 +1,22 @@ +name: Trigger Client Update + +on: + push: + branches: + - 'main' + paths: + - 'server/api/tumdev/**' + +jobs: + deploy: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + + - name: Trigger Client Repository Dispatch + uses: peter-evans/repository-dispatch@v2 + with: + token: ${{ secrets.CAMPUS_FLUTTER_TOKEN }} + repository: TUM-Dev/Campus-Flutter + event-type: trigger_protoc_update