Skip to content

Commit 125993b

Browse files
authored
Merge pull request #501 from Remi-Gau/fix/ci
[FIX] change name of default branch in CI workflows
2 parents c69272c + 0b328ba commit 125993b

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/check_md_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
on:
1111
push:
1212
branches:
13-
- master
13+
- main
1414
pull_request:
1515
branches: ['*']
1616

.github/workflows/publishdocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: Publish docs via GitHub Pages
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66

77
jobs:
88
build:
99
name: Deploy docs
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Checkout master
12+
- name: Checkout
1313
uses: actions/checkout@v4
1414

1515
- name: Deploy docs

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Python package
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ main ]
99
pull_request:
1010
branches: '*'
1111

.github/workflows/run_precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: pre-commit
44
on:
55
pull_request:
66
push:
7-
branches: [master]
7+
branches: [main]
88

99
jobs:
1010
pre-commit:

.github/workflows/validate_cff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: validation CITATION.cff
44
on:
55
pull_request:
66
push:
7-
branches: [master]
7+
branches: [main]
88

99
concurrency:
1010
group: ${{ github.workflow }}-${{ github.ref }}

README.md

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

44
<img src="docs/img/reproschema_logo.png" width="100px" />
55

6-
# ReproSchema: Enhancing Research Reproducibility through Standardized Survey Data Collection
6+
# ReproSchema: Enhancing Research Reproducibility through Standardized Survey Data Collection
77

88
The ReproSchema project integrates five key components designed to standardize research protocols and enhance consistency across various stages of data collection.
99
- Foundational Schema ([reproschema](https://github.com/ReproNim/reproschema)): This core schema delineates the content and relationships of protocols, assessments, and items to ensure consistency and facilitate data harmonization across studies.

docs/project-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The ReproSchema is like a blueprint for research projects, ensuring everyone col
3131
- **Activity Level:** At this stage, an entire survey or tool, made up of many items, is grouped together as an "Activity." It gives a complete overview of what the survey involves.
3232
- **Protocols Level:** The highest level, a "Protocol," bundles together all the activities a participant will do in a study, providing a comprehensive plan.
3333

34-
- **[Validation](https://github.com/ReproNim/reproschema/tree/master/validation):** The schema uses special standards (like SHACL files) to make sure the data and forms are up to standard and consistent.
34+
- **[Validation](https://github.com/ReproNim/reproschema/tree/main/validation):** The schema uses special standards (like SHACL files) to make sure the data and forms are up to standard and consistent.
3535

3636
- **Context Files:** These files ([`contexts`](https://github.com/ReproNim/reproschema/tree/master/contexts)and [`terms`](https://github.com/ReproNim/reproschema/tree/master/terms)) specify user-interface details and enhance schema flexibility. They define elements like input types, visibility conditions, and response options, supporting a tailored user experience. Additionally, they enable internationalization and multiple language support for broad applicability.
3737

0 commit comments

Comments
 (0)