Skip to content

Commit e120231

Browse files
authored
Merge pull request #1813 from DGtal-team/UpdateCI
Renaming the default branch in the scripts
2 parents 17b71e7 + b173d3e commit e120231

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-PR-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI (linux/macOS/windows), PR
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ main ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ main ]
88

99
jobs:
1010
build:

ChangeLog.md

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

55
-*DGtal project*
6-
- The default branch for the DGtal-team/DGtal project has been switched from `master` to `main` (David Coeurjolly, [#1812](https://github.com/DGtal-team/DGtal/pull/1812))
6+
- The default branch for the `DGtal-team/DGtal` project has been switched from `master` to `main` (David Coeurjolly, [#1812](https://github.com/DGtal-team/DGtal/pull/1812))
77

88
## Changes
99

0 commit comments

Comments
 (0)