Skip to content

Commit

Permalink
Added Github Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
xshahbazintel committed Jun 2, 2023
1 parent 096507f commit c93517b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_ci_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Run CI checks

on:
pull_request:
types: [opened, synchronize, reopened, labeled]
types: "**"
branches: "**"
pull_request_review:
types: [submitted]
types: "**"
branches: "**"
jobs:
TriggerWorkfows:
Expand Down

0 comments on commit c93517b

Please sign in to comment.