Skip to content

Commit

Permalink
Created run_ci_checks.yaml
Browse files Browse the repository at this point in the history
Added github workflow to capture the PR events
  • Loading branch information
iViggyPrabhu authored Feb 27, 2024
1 parent 80bb41f commit e22945a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/run_ci_checks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Run CI checks
on:
pull_request:
types: "**"
branches: "**"
pull_request_review:
types: "**"
branches: "**"
permissions: read-all
jobs:
TriggerWorkfows:
uses: projectceladon/celadonworkflows/.github/workflows/[email protected]
with:
EVENT: ${{ toJSON(github.event) }}

0 comments on commit e22945a

Please sign in to comment.