From 67f02a13dfeb4217e531eb70c457278994154cab Mon Sep 17 00:00:00 2001 From: Gordon Mickel Date: Sun, 21 Jul 2024 23:23:34 +0200 Subject: [PATCH] ci: update workflow to trigger on push to main --- .github/workflows/release.yml | 4 ++-- package.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cc3ff07..b5d4e54 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,8 +1,8 @@ name: Release on: push: - tags: - - 'v*' + branches: + - main jobs: release: diff --git a/package.json b/package.json index 48458e6..8ccd67d 100644 --- a/package.json +++ b/package.json @@ -6,12 +6,12 @@ "author": "Gordon Mickel ", "license": "MIT", "funding": "https://github.com/sponsors/gmickel", - "homepage": "https://github.com/gmickel/code-whisper#readme", + "homepage": "https://github.com/gmickel/CodeWhisper", "repository": { "type": "git", - "url": "git+https://github.com/gmickel/code-whisper.git" + "url": "git+https://github.com/gmickel/CodeWhisper.git" }, - "bugs": "https://github.com/gmickel/code-whisper/issues", + "bugs": "https://github.com/gmickel/CodeWhisper/issues", "keywords": ["code", "ai", "prompt", "git"], "sideEffects": false, "exports": {