Skip to content

Commit 008eb4d

Browse files
rathbomaclaude
andcommitted
Update workflows to run on main/master pushes and all PRs
Workflows now run on: - Push to master or main branches - All pull requests (regardless of target branch) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
1 parent e258a05 commit 008eb4d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/electron.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Electron CI
22

33
on:
44
push:
5+
branches: [ master, main ]
56
pull_request:
67

78
jobs:

.github/workflows/nodejs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Node.js CI
22

33
on:
44
push:
5+
branches: [ master, main ]
56
pull_request:
67

78
jobs:

0 commit comments

Comments
 (0)