Skip to content

Commit ce07234

Browse files
committed
Run build on every branch
1 parent 33bdd02 commit ce07234

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dotnet.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ name: Build
55

66
on:
77
push:
8-
branches: [ "main" ]
8+
paths-ignore:
9+
- '**.md'
910
pull_request:
1011
branches: [ "main" ]
1112

0 commit comments

Comments
 (0)