Skip to content

Commit

Permalink
Merge branch 'master' into search_bug_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jackgerrits authored Mar 28, 2024
2 parents a137e0b + a0be017 commit 8efbd11
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/build_windows_cmake.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
name: Windows / C++ - CMake only

on:
push:
branches:
- master
- 'releases/**'
pull_request:
branches:
- '*'
# only run on explicit user request, since this build is duplicated by the vcpkg builds
workflow_dispatch
# push:
# branches:
# - master
# - 'releases/**'
# pull_request:
# branches:
# - '*'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.sha }}
Expand Down

0 comments on commit 8efbd11

Please sign in to comment.