Set GH actions against default branch - main (#12)

This commit is contained in:
Cal Bera 2025-06-19 17:45:32 -07:00 committed by GitHub
parent fa6672402a
commit d40d1b56b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@ Please make sure your contributions adhere to our coding guidelines:
(i.e. uses [gofmt](https://golang.org/cmd/gofmt/)).
* Code must be documented adhering to the official Go
[commentary](https://golang.org/doc/effective_go.html#commentary) guidelines.
* Pull requests need to be based on and opened against the `master` branch.
* Pull requests need to be based on and opened against the `main` branch.
* Commit messages should be prefixed with the package(s) they modify.
* E.g. "eth, rpc: make trace configs optional"

View file

@ -2,9 +2,9 @@ name: i386 linux tests
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]
workflow_dispatch:
jobs:

View file

@ -2,7 +2,7 @@ on:
# TODO: fix release workflow and enable this.
# push:
# branches:
# - "master"
# - "main"
# tags:
# - "v*"