Skip to content

Commit 3b08924

Browse files
committed
Add branch-specific trigger for matrix-test in .NET test workflow
1 parent 328dac9 commit 3b08924

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test-dotnet-versions.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Test .NET Versions
22

33
on:
4+
push:
5+
branches:
6+
- matrix-test
47
workflow_dispatch:
58

69
jobs:

0 commit comments

Comments
 (0)