mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-13 15:33:47 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'master'
|
||||||
paths:
|
paths:
|
||||||
- '**'
|
- '**'
|
||||||
tags:
|
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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'master'
|
||||||
paths:
|
paths:
|
||||||
- '**'
|
- '**'
|
||||||
tags:
|
tags:
|
||||||
|
|
|
||||||
2
.github/workflows/packager_deb.yml
vendored
2
.github/workflows/packager_deb.yml
vendored
|
|
@ -3,7 +3,7 @@ name: packager_deb
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'main'
|
- 'master'
|
||||||
paths:
|
paths:
|
||||||
- '**'
|
- '**'
|
||||||
tags:
|
tags:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue