WIP: Add Drafts, Templates, and Recurring Transactions #45

Draft
andrew wants to merge 18 commits from drafts into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 7e7458c2f5 - Show all commits

View File

@ -3,7 +3,7 @@ on:
push:
paths:
- 'finnow-api/**'
- '.gitea/workflows/api.yaml'
- '.gitea/workflows/api-dev.yaml'
branches-ignore:
- main
jobs:

View File

@ -3,7 +3,7 @@ on:
push:
paths:
- 'web-app/**'
- '.gitea/workflows/web-app.yaml'
- '.gitea/workflows/web-app-dev.yaml'
branches-ignore:
- main
jobs: