Skip to content

Commit e290f6f

Browse files
committed
ci: ensure ci is running for R script changes
1 parent d284901 commit e290f6f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/blog.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ on:
55
paths: # run only when an Rmd file changes
66
- "**.Rmd"
77
- "environment.yml"
8+
- "dependencies.R"
89
- ".github/workflows/blog.yaml"
910

1011
jobs:
11-
build:
12+
blog:
1213
runs-on: ubuntu-latest
1314
steps:
1415
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)