Skip to content

Commit

Permalink
Merge pull request #275 from mindbox-cloud/feature/MBX-0000
Browse files Browse the repository at this point in the history
MBX-0000 Trigger CI test
  • Loading branch information
Vailence authored Nov 2, 2023
2 parents d5eeef2 + afc185f commit 14811b9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/trigger.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Trigger build test

on:
push:
branches:
- 'testing'

jobs:
trigger:
runs-on: macos-14

steps:
- name: Trigger build workflow in ios-app
uses: benc-uk/workflow-dispatch@v1
with:
token: ${{ secrets.CHILD_TOKEN }}
workflow: connected_publish_workflow.yml
repo: your-ios-app-repo

0 comments on commit 14811b9

Please sign in to comment.