From 886c8cbea4e81086c565d4c71cf0213bd440fb5a Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Wed, 21 May 2025 19:14:19 -0400 Subject: [PATCH] Reapply commit to remove building on branches, as it builds already for pull requests --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4416758..3fc05e3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,6 +5,8 @@ on: "00 06 * * *" # build at 06:00 UTC every day # (20 minutes after last ublue images start building) push: + branches: + - main paths-ignore: # don't rebuild if only documentation has changed - "**.md"