From cd584ae5eb26f5ba87c53d8c287a1f29b9d033a8 Mon Sep 17 00:00:00 2001 From: "Timmer, Daan" Date: Wed, 8 Jan 2025 09:53:18 +0000 Subject: [PATCH] ci: limit trigger scope for social interaction to only opened types --- .github/workflows/social-interaction.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/social-interaction.yml b/.github/workflows/social-interaction.yml index 4453ffcd7..431ee45d6 100644 --- a/.github/workflows/social-interaction.yml +++ b/.github/workflows/social-interaction.yml @@ -1,7 +1,11 @@ --- name: Social Interaction -on: [pull_request, issues] +on: + pull_request: + types: [opened] + issues: + types: [opened] permissions: contents: read