diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dbcee7e..aa8108e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,6 +3,7 @@ name: CI on: push: + branches: [main] pull_request: workflow_dispatch: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 42828b5..0f3d195 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -66,4 +66,4 @@ jobs: - name: Create GitHub Release env: GH_TOKEN: ${{ github.token }} - run: gh release create "${GITHUB_REF_NAME}" --notes-file release-notes.md + run: gh release create "${GITHUB_REF_NAME}" --title "${GITHUB_REF_NAME}" --notes-file release-notes.md