Skip to content

Commit 76264d7

Browse files
committed
Run CI on all branches
Remove branch filters from GitHub Actions workflow so CI runs on all pushes and pull requests, not just master. https://claude.ai/code/session_01SUpZUWxrTYoGms6QN3VtQ9
1 parent 2df23a4 commit 76264d7

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/node.js.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ name: Node.js CI
55

66
on:
77
push:
8-
branches: [ master ]
98
pull_request:
10-
branches: [ master ]
119

1210
jobs:
1311
build:

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ pnpm jest --updateSnapshot
9999
## CI
100100

101101
### GitHub Actions (`.github/workflows/node.js.yml`)
102-
- Triggers on push to `master` and PRs targeting `master`
102+
- Triggers on all pushes and pull requests
103103
- Matrix: Node 20.x and 22.x
104104
- Uses `pnpm/action-setup@v4` for pnpm installation
105105
- Steps: `pnpm install``pnpm tsc``pnpm lint``pnpm jest`

0 commit comments

Comments
 (0)