Skip to content

Commit 3920643

Browse files
committed
ci: enable for all branches
1 parent e18997d commit 3920643

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ name: Tests
22

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

97
env:
108
CARGO_TERM_COLOR: always
@@ -91,7 +89,7 @@ jobs:
9189
test-weak:
9290
name: Weak Mode Integration Tests (Linux)
9391
runs-on: ubuntu-latest
94-
92+
9593
steps:
9694
- uses: actions/checkout@v4
9795

0 commit comments

Comments
 (0)