ci: Update workflow triggers for branches and paths

Update trigger configuration in dotnet workflow
This commit is contained in:
MSWS
2025-07-28 19:44:54 -07:00
parent 39b6190902
commit 972f647a7a

View File

@@ -1,5 +1,13 @@
name: .NET Build and Test
on: [ push ]
on:
push:
branches:
- dev
- main
paths:
- 'TTT.*/**'
- '.github/workflows/dotnet.yml'
jobs:
build:
runs-on: ubuntu-latest