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 d14b384 commit a8c4903
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: Test PR

on:

push:
branches: ["main"]

pull_request:
types: [opened, reopened, edited, review_requested]
branches: ["main"]

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

0 comments on commit a8c4903

Please sign in to comment.