Skip to content

Commit b41f8ac

Browse files
Update touchstone config file (#1021)
* Update touchstone config file Closes #1015 * Update touchstone-receive.yaml
1 parent e8a0c4f commit b41f8ac

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/touchstone-receive.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,18 @@ concurrency:
44
group: ${{ github.workflow }}-${{ github.head_ref }}
55
cancel-in-progress: true
66

7-
on: pull_request
7+
on:
8+
pull_request:
9+
paths:
10+
# Directories with source code and benchmarking code
11+
- "inst/**"
12+
- "r/**"
13+
- "src/**"
14+
- "touchstone/**"
15+
# Benchmarking config file
16+
- ".github/workflows/touchstone-*.yaml"
17+
# Package metadata
18+
- DESCRIPTION
819

920
jobs:
1021
prepare:

0 commit comments

Comments
 (0)