Skip to content

Commit f52b277

Browse files
authored
Rename default branch as main (#178)
1 parent 61328fa commit f52b277

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.github/workflows/documentation.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ name: documentation
33
on:
44
workflow_dispatch:
55
# Trigger the workflow on push or pull request,
6-
# but only for the master branch
6+
# but only for the main branch
77
push:
88
branches:
9-
- master
9+
- main
1010
paths:
1111
- docs/**
1212
- fluent.*/docs/**
1313
- fluent.*/fluent/**
1414
- fluent.*/setup.cfg
1515
pull_request:
1616
branches:
17-
- master
17+
- main
1818
paths:
1919
- docs/**
2020
- fluent.*/docs/**

.github/workflows/fluent.integration.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: integrations
22

33
on:
44
# Trigger the workflow on push or pull request,
5-
# but only for the master branch
5+
# but only for the main branch
66
push:
77
branches:
8-
- master
8+
- main
99
paths:
1010
- .github/workflows/fluent.integration.yml
1111
- "fluent.syntax/**"
@@ -14,7 +14,7 @@ on:
1414
- "!fluent.runtime/docs/**"
1515
pull_request:
1616
branches:
17-
- master
17+
- main
1818
paths:
1919
- .github/workflows/fluent.integration.yml
2020
- "fluent.syntax/**"

.github/workflows/fluent.runtime.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ name: fluent.runtime
22

33
on:
44
# Trigger the workflow on push or pull request,
5-
# but only for the master branch
5+
# but only for the main branch
66
push:
77
branches:
8-
- master
8+
- main
99
paths:
1010
- .github/workflows/fluent.runtime.yml
1111
- "fluent.runtime/**"
1212
- "!fluent.runtime/docs/**"
1313
pull_request:
1414
branches:
15-
- master
15+
- main
1616
paths:
1717
- .github/workflows/fluent.runtime.yml
1818
- "fluent.runtime/**"

.github/workflows/fluent.syntax.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ name: fluent.syntax
22

33
on:
44
# Trigger the workflow on push or pull request,
5-
# but only for the master branch
5+
# but only for the main branch
66
push:
77
branches:
8-
- master
8+
- main
99
paths:
1010
- .github/workflows/fluent.syntax.yml
1111
- "fluent.syntax/**"
1212
- "!fluent.syntax/docs/**"
1313
pull_request:
1414
branches:
15-
- master
15+
- main
1616
paths:
1717
- .github/workflows/fluent.syntax.yml
1818
- "fluent.syntax/**"

fluent.docs/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ can surf it locally via ``python3 -m http.server `` in ``_build``.
99

1010
The documentation is created for each tagged version after May 2020,
1111
at which point we had good docs. The current branch (PR tips or
12-
master) is versioned as *dev*, and *stable* is a symlink to the latest
12+
main) is versioned as *dev*, and *stable* is a symlink to the latest
1313
release. The releases are in a dir with their corresponding version number.
1414

1515
When cutting a new release, manually run the documentation workflow

0 commit comments

Comments
 (0)