From ad401888f80e3da6d2fcc1cfd8c40b6f4abb989b Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Thu, 31 Oct 2024 10:35:25 +1300 Subject: [PATCH] =?UTF-8?q?ci:=20only=20run=20release=20on=20master=20bran?= =?UTF-8?q?ch=20=F0=9F=92=9A=EF=B8=8F=F0=9F=91=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f35503f..e220f64 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: CI on: push: branches: - - "**" + - "master" tags: - "!**" @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Create Release Archive + - name: Create Release id: semrelease uses: go-semantic-release/action@v1 with: