Skip to content

Commit e16e558

Browse files
committed
allow CI actions on all branches
* people can name a feature/fix branch meaningfully, and check before PR * a development brach can also accept PR and test
1 parent fc383f4 commit e16e558

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/msbuild.yml

-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@ name: Build
22

33
on:
44
push:
5-
branches: [ main ]
65
paths-ignore:
76
- "*.md"
87
pull_request:
9-
branches: [ main ]
108
paths-ignore:
119
- "*.md"
1210

0 commit comments

Comments
 (0)