Skip to content

Commit

Permalink
chore: update GitHub workflow refs to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ARR4N committed Oct 11, 2024
1 parent 18d6153 commit 51812e2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Go

on:
push:
branches: [ libevm ]
branches: [ main ]
pull_request:
branches: [ libevm ]
branches: [ main ]
workflow_dispatch:

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: golangci-lint

on:
push:
branches: [ libevm ]
branches: [ main ]
pull_request:
branches: [ libevm ]
branches: [ main ]
workflow_dispatch:

permissions:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/libevm-delta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: libevm delta

on:
push:
branches: [ libevm ]
branches: [ main ]
pull_request:
branches: [ libevm ]
branches: [ main ]
workflow_dispatch:

jobs:
Expand All @@ -28,9 +28,9 @@ jobs:
':(exclude).golangci.yml' \
':(exclude).github/**';
- name: git diff libevm-base..libevm
- name: git diff libevm-base..main
run: |
git checkout libevm --;
git checkout main --;
git diff --diff-filter=a --word-diff --unified=0 --color=always \
libevm-base \
':(exclude).golangci.yml' \
Expand Down

0 comments on commit 51812e2

Please sign in to comment.