Skip to content

Test CI

Test CI #43

Workflow file for this run

name: SDK Distribute
on:
push:
branches:
- 'release/*'
pull_request:
types: [ closed ]
branches:
- develop
jobs:
update_on_merge:
#if: github.event.pull_request.merged == true || (github.event_name == 'push' && startsWith(github.ref, 'refs/heads/release/'))
if: false
runs-on: ubuntu-latest
steps:
- name: trigger build & send to FAD
uses: benc-uk/workflow-dispatch@v1
with:
workflow: 80115879
repo: mindbox-cloud/react-native-app
ref: develop
token: ${{ secrets.GITHUB_TOKEN }}