Skip to content

Commit 8159a95

Browse files
committed
update default branch to next
1 parent 4db513e commit 8159a95

6 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/note-send-proof-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Note Send Proof Tests
33
on:
44
push:
55
branches:
6-
- main
6+
- next
77
pull_request:
88
branches:
9-
- main
9+
- next
1010
paths:
1111
- "note-send-proof/**"
1212
- ".github/workflows/note-send-proof-tests.yml"

.github/workflows/prediction-market-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Prediction Market Tests
33
on:
44
push:
55
branches:
6-
- main
6+
- next
77
pull_request:
88
branches:
9-
- main
9+
- next
1010
paths:
1111
- "prediction-market/**"
1212
- ".github/workflows/prediction-market-tests.yml"

.github/workflows/recursive-verification-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Recursive Verification Tests
33
on:
44
push:
55
branches:
6-
- main
6+
- next
77
pull_request:
88
branches:
9-
- main
9+
- next
1010
paths:
1111
- "recursive_verification/**"
1212
- ".github/workflows/recursive-verification-tests.yml"

.github/workflows/test-wallet-webapp-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Test Wallet Webapp Tests
33
on:
44
push:
55
branches:
6-
- main
6+
- next
77
pull_request:
88
branches:
9-
- main
9+
- next
1010
paths:
1111
- "test-wallet-webapp/**"
1212
- ".github/workflows/test-wallet-webapp-tests.yml"

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ The repository includes GitHub Actions workflows for automated testing:
289289

290290
Runs on:
291291

292-
- Push to main branch
292+
- Push to next branch
293293
- Pull requests modifying `recursive_verification/**`
294294
- Manual workflow dispatch
295295

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ aztec-wallet profile <function> --args <args> --contract-address <alias> -f test
7474

7575
### Continuous Integration
7676

77-
The repository includes GitHub Actions workflows that automatically test examples on pull requests and pushes to the main branch.
77+
The repository includes GitHub Actions workflows that automatically test examples on pull requests and pushes to the next branch.
7878

7979
### Local Testing
8080

0 commit comments

Comments
 (0)