diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 28791a77d..3e5b317d7 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -3,8 +3,8 @@ name: Analysis on: push: branches: [main] - # pull_request: - # types: [opened, reopened, synchronize, ready_for_review, converted_to_draft] + pull_request: + types: [opened, reopened, synchronize, ready_for_review, converted_to_draft] schedule: - cron: "0 11 * * 0" # 3 AM PST = 12 PM UDT, runs sundays workflow_dispatch: