File tree Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Expand file tree Collapse file tree 3 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 4
4
# Created with usethis + edited to run on PRs to dev, use API key.
5
5
on :
6
6
push :
7
- branches : [main, master ]
7
+ branches : [main, dev ]
8
8
pull_request :
9
- branches : [main, master, dev]
9
+ branches : [main, dev]
10
10
11
11
name : R-CMD-check
12
12
Original file line number Diff line number Diff line change 4
4
# Created with usethis + edited to run on PRs to dev, use API key.
5
5
on :
6
6
push :
7
- branches : [main, master ]
7
+ branches : [main, dev ]
8
8
pull_request :
9
- branches : [main, master, dev]
9
+ branches : [main, dev]
10
10
release :
11
11
types : [published]
12
12
workflow_dispatch :
Original file line number Diff line number Diff line change 1
1
template :
2
2
bootstrap : 5
3
-
3
+
4
+ development :
5
+ mode : auto
6
+
7
+ # Colors from epipredict & epidatr, including Carnegie Red https://www.cmu.edu/brand/brand-guidelines/visual-identity/colors.html
8
+ navbar :
9
+ bg : ' #C41230'
10
+ fg : ' #f8f8f8'
11
+
4
12
url : https://cmu-delphi.github.io/epiprocess/
5
13
6
14
home :
You can’t perform that action at this time.
0 commit comments