Updated CI workflow.
All checks were successful
ci / build-test (push) Successful in 2m59s
ci / publish-image (push) Has been skipped

This commit is contained in:
2026-03-09 01:02:20 -04:00
parent 62c2efab01
commit a8dd1fa6aa

View File

@@ -7,14 +7,18 @@ on:
- 'JSMR.Application/**'
- 'JSMR.Domain/**'
- 'JSMR.Infrastructure/**'
- 'JSMR.UI.Blazor/**'
- 'JSMR.Tests/**'
- '.gitea/workflows/ci.yml'
pull_request:
paths:
- 'JSMR.Api/**'
- 'JSMR.Application/**'
- 'JSMR.Domain/**'
- 'JSMR.Infrastructure/**'
- 'JSMR.UI.Blazor/**'
- 'JSMR.Tests/**'
- '.gitea/workflows/ci.yml'
jobs:
build-test: