diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index 7cc446556..3f08adb1d 100644 --- a/.github/workflows/no-response.yml +++ b/.github/workflows/no-response.yml @@ -10,9 +10,15 @@ permissions: on: issue_comment: types: [created] + workflow_dispatch: schedule: # Schedule for five minutes after the hour, every hour - cron: '5 * * * *' + push: + branches: + - main + paths: + - '.github/workflows/no-response.yml' jobs: noResponse: