Skip to content

Commit

Permalink
Add SuperCEL Android triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
ianrumac committed Sep 12, 2024
1 parent 76d961d commit 1de4542
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/trigger-supercel-android.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Trigger SuperCEL-Android Workflow

on:
push:
branches:
- master

jobs:
trigger_ios_build:
runs-on: ubuntu-latest
steps:
- name: Trigger CEL-Android Workflow
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.PAT }}
repository: superwall/SuperCEL-Android
event-type: update-build

0 comments on commit 1de4542

Please sign in to comment.