diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 530ee481..576a75fe 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 2ee19599..095e9e59 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: