Skip to content

Commit

Permalink
paths fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Węgrzyn committed Sep 6, 2024
1 parent 2476a3c commit 0fae780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ui_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ on:
workflow_dispatch: {}
pull_request:
branches: [ master ]
paths: [ 'ui/' ]
paths: [ 'ui/**' ]
types: [ closed ]

jobs:
push_to_ipfs:
if: github.event.pull_request.merged == 'true'
runs-on: ubuntu-latest
name: Pin and publish
steps:
Expand Down
2 changes: 1 addition & 1 deletion ui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
})
}
} catch (error) {
console.error("Error saving background:", error);
console.error("Error while saving background:", error);
}
}
})()
Expand Down

0 comments on commit 0fae780

Please sign in to comment.