From 8d2c10a8551732f5509b9bd582fc3ccde8b7aa62 Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Wed, 25 Sep 2024 17:09:10 +0200 Subject: [PATCH] Add posthog test task --- .github/workflows/posthog_pipeline.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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: