diff --git a/.github/workflows/first-interaction.yml b/.github/workflows/first-interaction.yml index ba799be5..38eb58b2 100644 --- a/.github/workflows/first-interaction.yml +++ b/.github/workflows/first-interaction.yml @@ -3,7 +3,7 @@ name: 'First Interaction' on: issues: types: [ opened ] - pull_request: + pull_request_target: branches: [ main ] workflow_dispatch: diff --git a/.github/workflows/linters.md b/.github/workflows/linters.yml similarity index 100% rename from .github/workflows/linters.md rename to .github/workflows/linters.yml