Skip to content

Commit

Permalink
ci: Use trigger event with base branch context (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvincestari authored and AnthonyMDev committed Jan 27, 2025
1 parent 86da61c commit 2896c00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-pr-metadata.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Check PR Metadata

on:
pull_request:
types: [ready_for_review, opened]
pull_request_target:
types: [ready_for_review, opened, reopened]

jobs:
check-pr-metadata:
Expand Down

0 comments on commit 2896c00

Please sign in to comment.