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: