Skip to content

Commit

Permalink
ci: update workflow to trigger on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
gmickel committed Jul 21, 2024
1 parent e7bf219 commit 67f02a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Release
on:
push:
tags:
- 'v*'
branches:
- main

jobs:
release:
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"author": "Gordon Mickel <gordon@mickel.tech>",
"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": {
Expand Down

0 comments on commit 67f02a1

Please sign in to comment.