File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Test
2
2
3
3
on :
4
4
push :
5
- branches : [ master ]
5
+ branches : [ master, main ]
6
6
pull_request :
7
- branches : [ master ]
7
+ branches : [ master, main ]
8
8
workflow_dispatch :
9
9
10
10
concurrency :
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ Jupyter also has a number of online communication channels to help keep in touch
93
93
94
94
As you interact with others in the Jupyter ecosystem, remember that we have a strong
95
95
commitment to being an ** open, inclusive, and positive community** . Please read the
96
- [ Jupyter Code of Conduct] ( https://github.com/jupyter/governance/blob/master /conduct/code_of_conduct.md )
96
+ [ Jupyter Code of Conduct] ( https://github.com/jupyter/governance/blob/main /conduct/code_of_conduct.md )
97
97
for guidance on how to interact with others in a way that makes the community thrive.
98
98
99
99
Below is a short list of Gitter channels, mailing lists, and GitHub repositories
You can’t perform that action at this time.
0 commit comments