Skip to content

Commit

Permalink
Windows CI on dispatch only (#3388)
Browse files Browse the repository at this point in the history
Windows CI is failing at the moment. Can be re-enabled for PRs once issue is resolved.
  • Loading branch information
garth-wells authored Sep 11, 2024
1 parent 442117b commit 11afc1d
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: Windows build

on:
push:
branches:
- main
tags:
- "v*"
pull_request:
branches:
- main
merge_group:
branches:
- main
# push:
# branches:
# - main
# tags:
# - "v*"
# pull_request:
# branches:
# - main
# merge_group:
# branches:
# - main
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 11afc1d

Please sign in to comment.