From 16c5735c234e1be4b4f233203a03101ca185b6cd Mon Sep 17 00:00:00 2001 From: Kakathic <143571950+Zelooooo@users.noreply.github.com> Date: Mon, 30 Oct 2023 15:20:06 +0700 Subject: [PATCH] Update dependent-issues.yml --- .github/workflows/dependent-issues.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dependent-issues.yml b/.github/workflows/dependent-issues.yml index 64565dc..da555b1 100644 --- a/.github/workflows/dependent-issues.yml +++ b/.github/workflows/dependent-issues.yml @@ -2,7 +2,10 @@ on: workflow_dispatch: issues: types: [opened, edited] - + push: + branches: [ "main" ] + pull_request: + branches: [ "main" ] jobs: auto_close_issues: runs-on: ubuntu-latest