Skip to content

Commit

Permalink
add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobkoerber committed Oct 18, 2023
1 parent 57774cd commit 8c21734
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
22 changes: 22 additions & 0 deletions .github/workflows/client_update.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8c21734

Please sign in to comment.