Skip to content

Commit

Permalink
[CI.yaml] Fix the CI trigger conditions.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jan 3, 2025
1 parent f23fa74 commit 89825c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
pull_request:
workflow_call:
name: CI

on: [push, pull_request]

jobs:
check:
Expand Down

0 comments on commit 89825c0

Please sign in to comment.