File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ name: "CodeQL"
2
2
3
3
on :
4
4
push :
5
- branches : [ main , pre-release, develop ]
5
+ branches : [ master , pre-release, develop ]
6
6
pull_request :
7
7
# The branches below must be a subset of the branches above
8
- branches : [ main ]
8
+ branches : [ master ]
9
9
schedule :
10
10
- cron : ' 0 16 * * 5'
11
11
44
44
# If you wish to specify custom queries, you can do so here or in a config file.
45
45
# By default, queries listed here will override any specified in a config file.
46
46
# Prefix the list here with "+" to use these queries and those in the config file.
47
- # queries: ./path/to/local/query, your-org/your-repo/queries@main
47
+ # queries: ./path/to/local/query, your-org/your-repo/queries@master
48
48
49
49
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
50
50
# If this step fails, then you should remove it and run the build manually (see below)
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ name: Create Python Package
9
9
10
10
on :
11
11
push :
12
- branches : [ main , pre-release ]
12
+ branches : [ master , pre-release ]
13
13
pull_request :
14
- branches : [ main , pre-release ]
14
+ branches : [ master , pre-release ]
15
15
16
16
jobs :
17
17
build :
Original file line number Diff line number Diff line change 16
16
update_release_draft :
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- # Drafts your next Release notes as Pull Requests are merged into "main "
19
+ # Drafts your next Release notes as Pull Requests are merged into "master "
20
20
- uses : release-drafter/release-drafter@v6
21
21
env :
22
22
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
- .. image :: https://github.com/easyScience/EasyReflectometryLib/raw/main /docs/src/_static/logo.png
1
+ .. image :: https://github.com/easyScience/EasyReflectometryLib/raw/master /docs/src/_static/logo.png
2
2
:target: https://easyscience.github.io/EasyReflectometryLib/
3
3
4
4
|
5
5
6
6
.. image :: https://github.com/easyScience/EasyReflectometryLib/actions/workflows/python-ci.yml/badge.svg
7
7
:target: https://github.com/easyScience/easyReflectometryLib/actions/workflows/python-ci.yml
8
- .. image :: https://codecov.io/gh/easyScience/EasyReflectometryLib/branch/main /graph/badge.svg?token=LcnB8AMGkw
8
+ .. image :: https://codecov.io/gh/easyScience/EasyReflectometryLib/branch/master /graph/badge.svg?token=LcnB8AMGkw
9
9
:target: https://codecov.io/gh/easyScience/EasyReflectometryLib
10
10
.. image :: https://www.codefactor.io/repository/github/easyscience/easyreflectometrylib/badge
11
11
:target: https://www.codefactor.io/repository/github/easyscience/easyreflectometrylib
You can’t perform that action at this time.
0 commit comments