Rename `master` branch to `main`

This commit is contained in:
Eddy Ashton 2023-01-11 15:43:06 +00:00 коммит произвёл GitHub
Родитель 88446a793a
Коммит e283b926e4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

4
.github/workflows/build_and_test.yml поставляемый
Просмотреть файл

@ -3,10 +3,10 @@ name: eEVM Github Actions CI
on: on:
push: push:
branches: branches:
- master - main
pull_request: pull_request:
branches: branches:
- master - main
jobs: jobs:
build: build: