Skip to content

Commit f1bc492

Browse files
committed
Update test workflow to run on all branches and PRs
- Remove branch restrictions from push and pull_request triggers - Tests now run on every push to any branch - Tests now run on all pull requests regardless of target branch - Provides better coverage and earlier issue detection
1 parent de6f025 commit f1bc492

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/test.yml

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

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

1210
jobs:
1311
test:

0 commit comments

Comments
 (0)