Skip to content

Commit

Permalink
Cleaning up and removing not longer necessary branch override
Browse files Browse the repository at this point in the history
  • Loading branch information
VeithMetro authored Oct 3, 2023
1 parent 6e282b0 commit 48ef9a8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/Build Thunder on Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Thunder on Windows

on:
push:
branches: ["development/windows-system-headers"]
branches: ["master"]
pull_request:
branches: ["master"]

Expand All @@ -28,8 +28,7 @@ jobs:
uses: actions/checkout@v3
with:
path: ThunderOnWindows
repository: VeithMetro/ThunderOnWindows # CHANGE TO WebPlatformForEmbedded
ref: development/warning-reporting-windows
repository: WebPlatformForEmbedded/ThunderOnWindows

# ----- Thunder -----
- name: Checkout Thunder - default
Expand Down

0 comments on commit 48ef9a8

Please sign in to comment.