Skip to content

Commit 4993e66

Browse files
committed
Trigger pipeline on source changes
Trigger pipeline on source changes
1 parent 699ed24 commit 4993e66

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

.github/workflows/linux_build.yaml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
name: C/C++ CI
22

3-
on: [push]
3+
on:
4+
push:
5+
branches: master
6+
pull_request:
7+
branches: master
8+
types: [ready_for_review, opened, synchronize, reopened]
9+
paths:
10+
- ./App/**
11+
- ./OREAnalytics/**
12+
- '!./OREAnalytics/doc/**'
13+
- ./OREData/**
14+
- '!./OREData/doc/**'
15+
- ./ORETest/**
16+
- ./QuantExt/**
17+
- '!./QuantExt/doc/**'
18+
- CMakeLists.txt
419

520
jobs:
621
build:

0 commit comments

Comments
 (0)