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: push:
paths: paths:
- 'finnow-api/**' - 'finnow-api/**'
- '.gitea/workflows/api.yaml' - '.gitea/workflows/api-dev.yaml'
branches-ignore: branches-ignore:
- main - main
jobs: jobs:

View File

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