File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -3,18 +3,18 @@ name: documentation
33on :
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/**
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: integrations
22
33on :
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/**"
1414 - " !fluent.runtime/docs/**"
1515 pull_request :
1616 branches :
17- - master
17+ - main
1818 paths :
1919 - .github/workflows/fluent.integration.yml
2020 - " fluent.syntax/**"
Original file line number Diff line number Diff line change @@ -2,17 +2,17 @@ name: fluent.runtime
22
33on :
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/**"
Original file line number Diff line number Diff line change @@ -2,17 +2,17 @@ name: fluent.syntax
22
33on :
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/**"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ can surf it locally via ``python3 -m http.server `` in ``_build``.
99
1010The documentation is created for each tagged version after May 2020,
1111at 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
1313release. The releases are in a dir with their corresponding version number.
1414
1515When cutting a new release, manually run the documentation workflow
You can’t perform that action at this time.
0 commit comments