Skip to content

Commit 0dbc4f9

Browse files
Update workflow to include more branches
1 parent 7f188d2 commit 0dbc4f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ permissions:
77

88
on:
99
push:
10-
branches: [ "main" ]
10+
branches: [ "main", "beta", "alpha" ]
1111
pull_request:
12-
branches: [ "main" ]
12+
branches: [ "main", "beta", "alpha" ]
1313

1414
jobs:
1515
build:

0 commit comments

Comments
 (0)