Skip to content

Commit

Permalink
Update greetings.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnyP36 authored Jan 17, 2024
1 parent 2e59129 commit 4d0016d
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
@@ -1,6 +1,10 @@
name: Greetings

on: [pull_request, issues]
on:
issues:
types: [opened]
pull_request:
types: [opened, ready_for_review]

jobs:
greeting:
Expand Down

0 comments on commit 4d0016d

Please sign in to comment.