-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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`.
- Loading branch information
crypto523
committed
Oct 28, 2023
1 parent
3edda64
commit 94a5142
Showing
2 changed files
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name: Notify downstream repos | |
on: | ||
push: | ||
branches: | ||
- main | ||
- master | ||
|
||
jobs: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters