Skip to content

Commit

Permalink
Improve Greetings Action
Browse files Browse the repository at this point in the history
  • Loading branch information
Rizal Widyarta Gowandy committed Jan 31, 2021
1 parent f0127ee commit e473602
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:
pull_request:
types: [ opened ]
issues:
types: [ opened ]

jobs:
greeting:
Expand Down

0 comments on commit e473602

Please sign in to comment.