Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Commit 819837e

Browse files
committed
ci: Update Workflows to reflect new branch names
1 parent a42cde2 commit 819837e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/buildwinrt.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: WinRT SSE4, AVX2 Builds
22
on:
33
push:
44
branches:
5-
- uwp
5+
- master
66
pull_request:
77
branches:
8-
- uwp
8+
- master
99

1010
jobs:
1111
build:

.github/workflows/buildwinrtnightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: WinRT SSE4, AVX2 Dev Branch Builds
22
on:
33
push:
44
branches:
5-
- uwp-dev
5+
- dev
66
pull_request:
77
branches:
8-
- uwp-dev
8+
- dev
99

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)