-
Notifications
You must be signed in to change notification settings - Fork 308
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rename master to main * Try to rerun GitHub Actions
- Loading branch information
1 parent
12469ce
commit 0cf7f88
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name: Integration | |
on: | ||
push: | ||
branches: | ||
- master | ||
- main | ||
schedule: | ||
- cron: '0 0 * * *' # daily | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -134,12 +134,12 @@ Submitting changes | |
------------------ | ||
|
||
1. Fork `the GitHub repository`_. | ||
2. Make a branch off of ``master`` and commit your changes to it. | ||
2. Make a branch off of ``main`` and commit your changes to it. | ||
3. Run the tests, check code style, and build the docs as described above. | ||
4. Optionally, add your name to the end of the :file:`AUTHORS` | ||
file using the format ``Name <[email protected]> (url)``, where the | ||
``(url)`` portion is optional. | ||
5. Submit a pull request to the ``master`` branch on GitHub, referencing an | ||
5. Submit a pull request to the ``main`` branch on GitHub, referencing an | ||
open issue. | ||
6. Add a changelog entry. | ||
|
||
|