Skip to content

Commit ae67d88

Browse files
author
Mastan, ShaikX Shahbaz
committed
Added Github Workflows
1 parent 7f0ae15 commit ae67d88

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

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+
4+
on:
5+
pull_request:
6+
types: "**"
7+
branches: "**"
8+
pull_request_review:
9+
types: "**"
10+
branches: "**"
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)