Skip to content

Commit 842beb9

Browse files
committed
update CO
1 parent 0f76a7f commit 842beb9

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/miss_hit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- master
77
pull_request:
8-
branches: '*'
8+
branches: ['*']
99

1010
jobs:
1111
build:

.github/workflows/run_tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ on:
1818
push:
1919
branches:
2020
- dev
21+
- main
22+
- master
2123
pull_request:
22-
branches: '*'
24+
branches: ['*']
2325
schedule:
2426
- cron: "* * 1 * *"
2527

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
# files in the demo folder related to running the demo analysis
15-
demos/roi
15+
# demos/roi
1616

1717
# test folder and dummy data
1818

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
### Dependencies
1818

19+
20+
1921
## Contributing
2022

2123
## Contributors

0 commit comments

Comments
 (0)