Update trigger path to dev workflow files.
Build Web App / build-and-deploy (push) Successful in 16s Details
Build and Test API / build-and-deploy (push) Successful in 1m36s Details

This commit is contained in:
Andrew Lalis 2026-06-27 18:37:31 -04:00
parent 55878a13f6
commit 7e7458c2f5
2 changed files with 2 additions and 2 deletions

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: