Skip to content

Commit 4050d11

Browse files
committed
chore: fix releasy test tracking branch from main to master (#1460)
As it can be seen from FuelLabs/fuels-rs#1174 releasy only worked for self commits so far. This is because we were tracking the wrong branch from this repo. This PR fixes the tracking branch for this repo, from `main` to `master`.
1 parent 6e14c30 commit 4050d11

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/releasy-dependency-commits.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Notify downstream repos
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77

88
jobs:
99

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Description of the upcoming release here.
4141

4242
### Changed
4343

44+
- [#1460](https://github.com/FuelLabs/fuel-core/pull/1460): Change tracking branch from main to master for releasy tests.
4445
- [#1440](https://github.com/FuelLabs/fuel-core/pull/1440): Don't report reserved nodes that send invalid transactions.
4546
- [#1439](https://github.com/FuelLabs/fuel-core/pull/1439): Reduced memory BMT consumption during creation of the header.
4647
- [#1434](https://github.com/FuelLabs/fuel-core/pull/1434): Continue gossiping transactions to reserved peers regardless of gossiping reputation score.

0 commit comments

Comments
 (0)