From 50499df3ef30d7c5b2486874cb2a0afe8250b027 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sun, 12 Nov 2023 00:48:54 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ae55782..1e6225b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,8 +3,8 @@ name: Build and Release on: push: branches: - - '*' - # main + - main + pull_request: jobs: build: @@ -49,5 +49,6 @@ jobs: uses: softprops/action-gh-release@v1 with: files: bin/Linux/MDX_PerfConv + tag_name: continuous env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}