Skip to content

Commit 090cd78

Browse files
committed
Remove push event settings from dotnet-macos.yml
This commit modifies the `dotnet-macos.yml` configuration file by removing the `push` event settings for branches and paths. The specific lines that restricted the `push` event to the `main` branch and ignored changes to Markdown files have been deleted, which may impact the build process for repository pushes.
1 parent cd3d771 commit 090cd78

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/dotnet-macos.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ name: Build project on macOS
55

66
on:
77
push:
8-
branches: [ "main" ]
9-
paths-ignore:
10-
- "**.md"
118
pull_request:
129
branches: [ "main" ]
1310

0 commit comments

Comments
 (0)