From 79b5e5e150fea958c6948b4fe1477e0e0cb40b8c Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Tue, 17 Sep 2024 13:30:06 -0700 Subject: [PATCH] chore: remove automatic builds on push. Coalesce is moving to a model of deliberate releases. --- .github/workflows/alpha.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 4528a993c..8020027d9 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -1,9 +1,6 @@ name: build-alpha on: - push: - branches: [dev, next] - paths-ignore: ['docs/**'] pull_request: branches: [dev, next] paths-ignore: ['docs/**']