diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 677c885..912ff1d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,9 +1,13 @@ name: "ci" on: - pull_request: + push: branches: - "main" + pull_request_target: + types: + - opened + - synchronize workflow_dispatch: jobs: