Skip to content

Commit

Permalink
ci: limit trigger scope for social interaction to only opened types (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
daantimmer authored Jan 8, 2025
1 parent 76b6034 commit 6284b6f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/social-interaction.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
---
name: Social Interaction

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

permissions:
contents: read
Expand Down

0 comments on commit 6284b6f

Please sign in to comment.