Skip to content

Commit

Permalink
fix double github workflow trigger on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
ma4nn committed Apr 23, 2024
1 parent ebd4884 commit 02afb50
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify-lua-script.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Verify Lua Script

on: [push, pull_request, workflow_dispatch]
on: [push, workflow_dispatch]

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

![build status](https://github.com/ma4nn/moneymoney-sankey/actions/workflows/verify-lua-script.yml/badge.svg)

This is an extension for the great [MoneyMoney app](https://moneymoney-app.com/) to export an HTML [Sankey Chart](https://de.wikipedia.org/wiki/Sankey-Diagramm) from the transaction categories.
This is an extension for the great [MoneyMoney app](https://moneymoney-app.com/) to export an interactive HTML [Sankey Chart](https://de.wikipedia.org/wiki/Sankey-Diagramm) from the transaction categories.

![Sankey Sample Chart](https://dev-investor.de/wp-content/uploads/moneymoney_sankey_diagramm-1.jpg)

## Installing

This MoneyMoney extension must be installed as follows:
This MoneyMoney extension can be installed as follows:
1. Download the file `SankeyChart.lua` from the [latest release](https://github.com/ma4nn/moneymoney-sankey/releases/latest/download/SankeyChart.lua)
2. In the MoneyMoney app open menu _Help → Show database in Finder_ and copy the downloaded file into the sub-folder "Extensions".

Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moneymoney-sankey",
"description": "An extension for the great MoneyMoney app to export an HTML Sankey Chart based on the transaction categories",
"description": "An extension for the great MoneyMoney app to export an interactive HTML Sankey Chart based on the transaction categories",
"version": "1.1.0",
"dependencies": {
"bootstrap": "^5.3.2",
Expand All @@ -26,5 +26,8 @@
},
"config": {
"outputDir": "dist/"
}
},
"browserslist": [
"last 2 versions, not dead"
]
}

0 comments on commit 02afb50

Please sign in to comment.