diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a3a987..cda3a77 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,11 @@ name: Build on: push: - tags: - # Match any new tag - - '*' + branches: + - master + pull_request: + branches: + - master workflow_dispatch: @@ -20,7 +22,7 @@ jobs: runs-on: ${{ matrix.build.os }} env: - VERSION: ${{ github.ref_name }} + VERSION: 0.0.4 steps: - name: Checkout uses: actions/checkout@v4