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: 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: