Skip to content

Commit 3f70e7d

Browse files
committed
Added github workflows required for running Android CI
1 parent bd00813 commit 3f70e7d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Run CI checks
3+
on:
4+
pull_request:
5+
types: "**"
6+
branches: "**"
7+
pull_request_review:
8+
types: "**"
9+
branches: "**"
10+
permissions: read-all
11+
jobs:
12+
TriggerWorkfows:
13+
uses: projectceladon/celadonworkflows/.github/workflows/trigger_ci.yml@v1.0
14+
with:
15+
EVENT: ${{ toJSON(github.event) }}

0 commit comments

Comments
 (0)