diff --git a/.github/workflows/posthog_pipeline.yaml b/.github/workflows/posthog_pipeline.yaml index c8d3ab140..07f03e718 100644 --- a/.github/workflows/posthog_pipeline.yaml +++ b/.github/workflows/posthog_pipeline.yaml @@ -1,8 +1,11 @@ name: Push GitHub Data to PostHog on: - schedule: - - cron: '0 0 * * *' # Runs every day at midnight + pull_request: + branches: + - main +# schedule: +# - cron: '0 0 * * *' # Runs every day at midnight workflow_dispatch: jobs: