Skip to content

Commit 51812e2

Browse files
committed
chore: update GitHub workflow refs to main branch
1 parent 18d6153 commit 51812e2

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Go
22

33
on:
44
push:
5-
branches: [ libevm ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ libevm ]
7+
branches: [ main ]
88
workflow_dispatch:
99

1010
jobs:

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: golangci-lint
22

33
on:
44
push:
5-
branches: [ libevm ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ libevm ]
7+
branches: [ main ]
88
workflow_dispatch:
99

1010
permissions:

.github/workflows/libevm-delta.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: libevm delta
22

33
on:
44
push:
5-
branches: [ libevm ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ libevm ]
7+
branches: [ main ]
88
workflow_dispatch:
99

1010
jobs:
@@ -28,9 +28,9 @@ jobs:
2828
':(exclude).golangci.yml' \
2929
':(exclude).github/**';
3030
31-
- name: git diff libevm-base..libevm
31+
- name: git diff libevm-base..main
3232
run: |
33-
git checkout libevm --;
33+
git checkout main --;
3434
git diff --diff-filter=a --word-diff --unified=0 --color=always \
3535
libevm-base \
3636
':(exclude).golangci.yml' \

0 commit comments

Comments
 (0)