Skip to content

Commit 7d819c3

Browse files
committed
Updating github actions to include builds for angular19 branch
1 parent 474c62d commit 7d819c3

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
paths-ignore:
77
- '**.md'
88
- '.github/**'

.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 Pull requests
22

33
on:
44
pull_request:
5-
branches: [ master, stable, angular15 ]
5+
branches: [ master, stable, angular19 ]
66
paths-ignore:
77
- '**.md'
88
- '.github/**'

0 commit comments

Comments
 (0)