diff --git a/action.yml b/action.yml index 14a6edc..71dc928 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ branding: color: red on: pull_request_target: - types: [opened, closed, synchronize] + types: [opened, closed, synchronize, reopened] branches: [ main ] # Inject these secrets in your GitHub repository. @@ -21,7 +21,7 @@ env: jobs: deploy: - if: github.event.action == 'opened' + if: github.event.action == 'opened'|| github.event.action == 'reopened' runs-on: ubuntu-latest permissions: issues: write