Skip to content

Commit 6013d6c

Browse files
authored
Merge pull request #286 from cmu-delphi/update_ci_branches
Update ci to run on dev branch
2 parents 7d895c1 + ebaa7aa commit 6013d6c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/python_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Python Lint and Testing
55

66
on:
77
push:
8-
branches: [ main ]
8+
branches: [ main, r-pkg-devel ]
99
pull_request:
10-
branches: [ main ]
10+
branches: [ main, r-pkg-devel ]
1111

1212
jobs:
1313
build:

.github/workflows/r_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ name: R
1010

1111
on:
1212
push:
13-
branches: [ main ]
13+
branches: [ main, r-pkg-devel ]
1414
pull_request:
15-
branches: [ main ]
15+
branches: [ main, r-pkg-devel ]
1616

1717
jobs:
1818
build:

0 commit comments

Comments
 (0)