Skip to content

Commit 3823539

Browse files
committed
Updating github actions to include builds for angular19 branch
1 parent 52bcf63 commit 3823539

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dotnet-core-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: .NET Master
22

33
on:
44
push:
5-
branches: [ master, stable, angular15 ]
5+
branches: [ master, stable, angular19 ]
66

77
jobs:
88
greate-belt-pn-build:

.github/workflows/dotnet-core-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: .NET Master
22

33
on:
44
pull_request:
5-
branches: [ master, stable, angular15 ]
5+
branches: [ master, stable, angular19 ]
66

77
jobs:
88
greate-belt-pn-build:

0 commit comments

Comments
 (0)