Skip to content

Commit 3190a24

Browse files
fatbobmanclaude
andcommitted
clean: Remove test branch from CI triggers
Remove fix-linux-trailing-comma branch from GitHub Actions workflow triggers now that the fix has been merged to main. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 5a49333 commit 3190a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Linux Compatibility Tests
22

33
on:
44
push:
5-
branches: [ main, develop, fix-linux-trailing-comma ]
5+
branches: [ main, develop ]
66
pull_request:
77
branches: [ main, develop ]
88

0 commit comments

Comments
 (0)