Skip to content

Commit

Permalink
add workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Aylei <[email protected]>
  • Loading branch information
aylei committed Dec 26, 2024
1 parent 0e2d0c1 commit 8e96446
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/trigger-build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Trigger MO-Cloud workflow

on:
push:
branches:
- 'debug-*'

jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.TOKEN_ACTION }}
repository: matrixorigin/MO-Cloud
event-type: debug-branch-updated
client-payload: |
{
"ref": "${{ github.ref }}",
"ref_name": "${{ github.ref_name }}"
}

0 comments on commit 8e96446

Please sign in to comment.