Skip to content

Commit 02825f2

Browse files
authored
Merge branch 'main' into overriden-installation-options
2 parents 96ff932 + 52211fd commit 02825f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: .NET Tests
22
on:
33
push:
4+
branches: [ "main" ]
45
pull_request:
56
branches: [ "main" ]
67
workflow_dispatch:
78

89
jobs:
910

1011
test-codebase:
11-
if: ${{ (github.event_name == 'push' || github.event_name == 'pull_request') && (endsWith(github.event.head_commit.modified, '.cs') || endsWith(github.event.head_commit.modified, '.csproj')) }} || github.event_name == 'workflow_dispatch'
1212
runs-on: windows-latest # For a list of available runner types, refer to
1313
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
1414

0 commit comments

Comments
 (0)