Skip to content

Commit 73278d9

Browse files
committed
fix: add fix/** CI triggers and gitignore CLAUDE.md
1 parent 549d50f commit 73278d9

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Publish
22

33
on:
44
push:
5-
branches: [main, "release/**"]
5+
branches: [main, "release/**", "fix/**"]
66
tags: [v*]
77
workflow_dispatch:
88

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ docs/*
2525
#macos
2626
.DS_Store
2727
.cursor/
28+
CLAUDE.md

0 commit comments

Comments
 (0)