Skip to content

Commit

Permalink
Welcome message only when issue is opened
Browse files Browse the repository at this point in the history
  • Loading branch information
nbaars committed Jul 30, 2021
1 parent a050fa9 commit 032b90d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/welcome.yml
@@ -1,6 +1,9 @@
name: Welcome

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

jobs:
greeting:
Expand Down

0 comments on commit 032b90d

Please sign in to comment.