mirror of
https://github.com/MSWS/TTT.git
synced 2025-12-05 22:20:25 -08:00
ci: Update workflow triggers for branches and paths
Update trigger configuration in dotnet workflow
This commit is contained in:
10
.github/workflows/dotnet.yml
vendored
10
.github/workflows/dotnet.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user