go-ethereum/.github/workflows
Arran Schlosberg 21122c043a
fix: run renaming workflow if branch == main (#58)
## Why this should be merged

#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>
2024-10-11 17:35:31 -04:00
..
go.yml chore: cleanup after repo and default-branch renames (#55) 2024-10-11 10:29:32 -07:00
golangci-lint.yml chore: cleanup after repo and default-branch renames (#55) 2024-10-11 10:29:32 -07:00
libevm-delta.yml chore: cleanup after repo and default-branch renames (#55) 2024-10-11 10:29:32 -07:00
rename-module.yml fix: run renaming workflow if branch == main (#58) 2024-10-11 17:35:31 -04:00