Skip to content

Commit ef84678

Browse files
committed
Test boost 1.72
1 parent c5b8ae5 commit ef84678

1 file changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/build_windows.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@ name: C/C++ CI Windows
22

33
on:
44
push:
5-
branches: [master]
6-
pull_request:
7-
branches: [master]
8-
types: [ready_for_review, opened, synchronize, reopened]
9-
paths:
10-
- .github/workflows/linux_build.yaml
11-
- ./App/**
12-
- ./OREAnalytics/**
13-
- '!./OREAnalytics/doc/**'
14-
- ./OREData/**
15-
- '!./OREData/doc/**'
16-
- ./ORETest/**
17-
- ./QuantExt/**
18-
- '!./QuantExt/doc/**'
19-
- CMakeLists.txt
5+
# branches: [master]
6+
# pull_request:
7+
# branches: [master]
8+
# types: [ready_for_review, opened, synchronize, reopened]
9+
# paths:
10+
# - .github/workflows/linux_build.yaml
11+
# - ./App/**
12+
# - ./OREAnalytics/**
13+
# - '!./OREAnalytics/doc/**'
14+
# - ./OREData/**
15+
# - '!./OREData/doc/**'
16+
# - ./ORETest/**
17+
# - ./QuantExt/**
18+
# - '!./QuantExt/doc/**'
19+
# - CMakeLists.txt
2020
workflow_dispatch:
2121

2222
jobs:

0 commit comments

Comments
 (0)