From 8db45b07174d5751cfc37d9078a94bd25c78f476 Mon Sep 17 00:00:00 2001 From: Bishoy Hanna <358153+bishoyh@users.noreply.github.com> Date: Sun, 10 Nov 2024 21:26:19 -0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cce2a02..a086ffd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,12 +1,9 @@ name: Build and Release on: - push: - branches: - - main - pull_request: - branches: - - main + release: + types: [created, published] + jobs: build: runs-on: ${{ matrix.os }}