Skip to content

Commit

Permalink
maybe use pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
nowei committed Nov 11, 2024
1 parent 44ed865 commit 21e32f8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
name: Continuous Integration

on:
pull_request_target:
types:
- opened
- synchronize
- reopened
workflow_dispatch:
pull_request: {}
pull_request_target: {}

permissions:
contents: read
Expand All @@ -18,6 +14,7 @@ jobs:
uses: ./.github/workflows/qa.yml
with:
ref: ${{ github.event.pull_request.head.sha }}

debug:
run: echo ${{ github.event.pull_request.head.sha }}

Expand Down

0 comments on commit 21e32f8

Please sign in to comment.