Skip to content

Commit f045e58

Browse files
committed
fix branches
1 parent 7701f17 commit f045e58

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: ASP.NET Core CI
22

33
on:
44
push:
5-
- master
5+
branches:
6+
- master
7+
68

79
jobs:
810
build:

0 commit comments

Comments
 (0)