Skip to content

Commit

Permalink
fix ci check
Browse files Browse the repository at this point in the history
  • Loading branch information
XuyangSong committed Sep 28, 2023
1 parent c4f543c commit 85e8f57
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ on:
push:
branches:
- main
# Run in PRs with conflicts (https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request)
pull_request_target:
types: [opened, synchronize, reopened]
pull_request:
branches:
- main
types:
- opened
- reopened
- synchronize
- ready_for_review
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 85e8f57

Please sign in to comment.