Skip to content

Commit

Permalink
Welcome job only when new issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanne Baars authored and nbaars committed Aug 5, 2021
1 parent a150627 commit 8038a1d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/welcome.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Welcome

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

jobs:
greeting:
Expand Down

0 comments on commit 8038a1d

Please sign in to comment.