mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
Updating to use master instead of main per default bor branch
This commit is contained in:
parent
5e52fe0e4e
commit
3e30a92790
3 changed files with 3 additions and 3 deletions
2
.github/workflows/amoy_deb_profiles.yml
vendored
2
.github/workflows/amoy_deb_profiles.yml
vendored
|
|
@ -3,7 +3,7 @@ name: amoy_deb_profiles
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'master'
|
||||
paths:
|
||||
- '**'
|
||||
tags:
|
||||
|
|
|
|||
2
.github/workflows/mainnet_deb_profiles.yml
vendored
2
.github/workflows/mainnet_deb_profiles.yml
vendored
|
|
@ -3,7 +3,7 @@ name: mainnet_deb_profiles
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'master'
|
||||
paths:
|
||||
- '**'
|
||||
tags:
|
||||
|
|
|
|||
2
.github/workflows/packager_deb.yml
vendored
2
.github/workflows/packager_deb.yml
vendored
|
|
@ -3,7 +3,7 @@ name: packager_deb
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
- 'master'
|
||||
paths:
|
||||
- '**'
|
||||
tags:
|
||||
|
|
|
|||
Loading…
Reference in a new issue