Skip to content

Commit

Permalink
Update greetings.yml (ultralytics#7965)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-jocher authored and tdhooghe committed Jun 10, 2022
1 parent 9fcf5c0 commit 1f12816
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

name: Greetings

on: [pull_request_target, issues]
on:
pull_request_target:
types: [opened]
issues:
types: [opened]

jobs:
greeting:
Expand Down

0 comments on commit 1f12816

Please sign in to comment.