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