Skip to content

Commit

Permalink
ci: Update Workflows to reflect new branch names
Browse files Browse the repository at this point in the history
  • Loading branch information
SternXD committed Jan 13, 2025
1 parent 6f2d2ff commit 9297c30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildwinrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: WinRT SSE4, AVX2 Builds
on:
push:
branches:
- uwp
- master
pull_request:
branches:
- uwp
- master

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/buildwinrtnightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: WinRT SSE4, AVX2 Dev Branch Builds
on:
push:
branches:
- uwp-dev
- dev
pull_request:
branches:
- uwp-dev
- dev

jobs:
build:
Expand Down

0 comments on commit 9297c30

Please sign in to comment.