Skip to content

Commit babac30

Browse files
rathbomaclaude
andcommitted
Fix workflows to run on all pushes and PRs
Remove branch restrictions so workflows run on: - All pull requests (not just those targeting master/main) - All pushes to any branch 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
1 parent 60986ed commit babac30

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/electron.yml

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

33
on:
44
push:
5-
branches: [ master, main ]
65
pull_request:
7-
branches: [ master, main ]
86

97
jobs:
108
build:

.github/workflows/nodejs.yml

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

33
on:
44
push:
5-
branches: [ master, main ]
65
pull_request:
7-
branches: [ master, main ]
86

97
jobs:
108
build:

0 commit comments

Comments
 (0)