Skip to content

Commit e2bb287

Browse files
authored
Merge pull request #548 from anoma/heueristik/use-next-branch
ci: use `next` branch instead of `next-bindings` and `next-contracts`
2 parents f9622e9 + 1ce9750 commit e2bb287

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/bindings.yml

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

33
on:
44
push:
5-
branches: [main, next-contracts, next-bindings]
5+
branches: [main, next]
66
pull_request:
77
workflow_dispatch:
88

.github/workflows/contracts.yml

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

33
on:
44
push:
5-
branches: [main, next-contracts, next-bindings]
5+
branches: [main, next]
66
pull_request:
77
workflow_dispatch:
88

0 commit comments

Comments
 (0)