Skip to content

Commit

Permalink
fix(ci): missing vars access in pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
StarWishsama committed Feb 2, 2025
1 parent 9191152 commit 0866d9e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
name: Pull Request Checker

on:
pull_request:
pull_request_target:
types: [opened, synchronize, reopened]
paths:
- '.github/workflows/**'
- 'src/**'
Expand Down

0 comments on commit 0866d9e

Please sign in to comment.