diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index c07a8ac8..02429dc9 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -1,6 +1,10 @@ name: Greetings -on: [pull_request_target, issues] +on: + pull_request_target: + issues: + push: + branches: [main] jobs: greeting: