From 48f4627e0569efcce4d037aac443d1fec11b8628 Mon Sep 17 00:00:00 2001 From: 0marperez Date: Mon, 31 Mar 2025 14:40:22 -0400 Subject: [PATCH] misc: run merge main on push to main --- .github/workflows/merge-main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/merge-main.yml b/.github/workflows/merge-main.yml index 560876bdf3..1b354b2ad7 100644 --- a/.github/workflows/merge-main.yml +++ b/.github/workflows/merge-main.yml @@ -1,11 +1,11 @@ name: Merge main on: - schedule: - - cron: "0 7 * * 1-5" # At 07:00 UTC (00:00 PST, 03:00 EST), Monday through Friday + push: + branches: [ main ] workflow_dispatch: jobs: - test: + merge: runs-on: ubuntu-latest steps: - name: Merge main