Skip to content

Commit

Permalink
add pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed Jul 27, 2024
1 parent 2150b84 commit d14b384
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Test PR

on:

pull_request:
types: [opened, reopened, edited, review_requested]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

Expand All @@ -27,5 +30,6 @@ jobs:
- run: npm run build
- run: npm run test-pr
env:
myToken: ${{ secrets.GITHUB_TOKEN }}
FORCE_COLOR: true

0 comments on commit d14b384

Please sign in to comment.