From c60d0b1e81a3085b55d9e14fd46d0a69187ba780 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Fri, 16 Feb 2024 12:03:11 -0800 Subject: [PATCH] chore: Remove main from push and pull request builds, this will reduce the amount of updates on stable to manual and scheduled builds only. --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9a9bb171..162ea473 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,7 +4,6 @@ on: - cron: '40 16 * * 2,5' # 16:40 utc tues thurs pull_request: branches: - - main - testing - unstable paths-ignore: @@ -16,7 +15,6 @@ on: - 'press_kit/**' push: branches: - - main - testing - unstable paths-ignore: