Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: run renaming workflow if branch
== main
(ethereum#58)
## Why this should be merged ethereum#51 had a bug when checking whether or not to open a PR. I was originally blocking everything if _not_ on main instead of doing something if on it. The [manually dispatched run therefore didn't open a PR as expected](https://github.com/ava-labs/libevm/actions/runs/11299366394/job/31430160561). ## How this works Change `!=` to `==` ## How this was tested n/a Signed-off-by: Arran Schlosberg <519948+ARR4N@users.noreply.github.com>
- Loading branch information