diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6fe85b65..9361dd3be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,10 +4,9 @@ on: push: branches: - "main" - pull_request_target: - types: - - opened - - synchronize + pull_request: + branches: + - "main" workflow_dispatch: env: diff --git a/.github/workflows/mend.yml b/.github/workflows/mend.yml index 2ee195997..095e9e591 100644 --- a/.github/workflows/mend.yml +++ b/.github/workflows/mend.yml @@ -1,10 +1,9 @@ name: "mend" on: - pull_request_target: - types: - - opened - - synchronize + pull_request: + branches: + - "main" schedule: - cron: "0 0 * * *" workflow_dispatch: