Skip to content

Commit 8ffe284

Browse files
committed
chore: dev branch references cleanup
Signed-off-by: Vincent Biret <[email protected]>
1 parent 119d0f9 commit 8ffe284

File tree

9 files changed

+3
-759
lines changed

9 files changed

+3
-759
lines changed

.github/workflows/git-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
workflow: preview-and-release.yml
2020
workflow_conclusion: success
21-
branch: dev
21+
branch: main
2222
event: push
2323
name: drop
2424
path: drop

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
workflow: preview-and-release.yml
7474
workflow_conclusion: success
75-
branch: dev
75+
branch: main
7676
event: push
7777
name: drop
7878
path: artifacts/previous/

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The best way to get started with a contribution is to start a dialog with the ow
1111

1212
## Submit pull requests for trivial changes
1313

14-
If you are making a change that does not affect the interface components and does not affect other downstream callers, feel free to make a pull request against the __dev__ branch. The dev branch will be updated frequently.
14+
If you are making a change that does not affect the interface components and does not affect other downstream callers, feel free to make a pull request against the __main__ branch. The main branch will be updated frequently.
1515

1616
Revisions of this nature will result in a 0.0.X change of the version number.
1717

README-Localized/README-es-es.md

Lines changed: 0 additions & 126 deletions
This file was deleted.

0 commit comments

Comments
 (0)