Skip to content

Commit

Permalink
paths fix (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrjwegrzyn authored Sep 6, 2024
1 parent 4656f83 commit 2476a3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ui_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch: {}
pull_request:
branches: [ master ]
paths: [ 'ui/**' ]
paths: [ 'ui/' ]
types: [ closed ]

jobs:
Expand Down
2 changes: 0 additions & 2 deletions ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@

const match = document.body.style.backgroundImage.match(/(\d+)/g);
if (match) {
const gasPrice = await web3.eth.getGasPrice();

window.ethereum
.request({
method: "eth_sendTransaction",
Expand Down

0 comments on commit 2476a3c

Please sign in to comment.