Skip to content

Commit

Permalink
ci: update latest version and add filter for sol change
Browse files Browse the repository at this point in the history
  • Loading branch information
anhnguyenbitmark committed Feb 28, 2024
1 parent e518639 commit 2113196
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/abi-gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Generate ABIs
on:
pull_request:
branches: [ main ]
# paths:
# - '**/*.sol'
paths:
- '**/*.sol'

jobs:
gen-abi:
Expand All @@ -31,7 +31,7 @@ jobs:

- name: Install abigen
run: |
go install github.com/ethereum/go-ethereum/cmd/abigen@latest
go install github.com/ethereum/go-ethereum/cmd/abigen@1.13.14
- name: Write secret.json file
env:
Expand Down

0 comments on commit 2113196

Please sign in to comment.