Skip to content

Commit

Permalink
Update branches names. (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau authored Dec 9, 2023
1 parent 40e935e commit a8190ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Test

on:
push:
branches: [ master ]
branches: [ master, main ]
pull_request:
branches: [ master ]
branches: [ master, main ]
workflow_dispatch:

concurrency:
Expand Down
2 changes: 1 addition & 1 deletion community.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Jupyter also has a number of online communication channels to help keep in touch

As you interact with others in the Jupyter ecosystem, remember that we have a strong
commitment to being an **open, inclusive, and positive community**. Please read the
[Jupyter Code of Conduct](https://github.com/jupyter/governance/blob/master/conduct/code_of_conduct.md)
[Jupyter Code of Conduct](https://github.com/jupyter/governance/blob/main/conduct/code_of_conduct.md)
for guidance on how to interact with others in a way that makes the community thrive.

Below is a short list of Gitter channels, mailing lists, and GitHub repositories
Expand Down

0 comments on commit a8190ba

Please sign in to comment.