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 committed Jan 8, 2025
1 parent 9cc6606 commit cd584ae
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 cd584ae

Please sign in to comment.