Skip to content

Commit 365ee90

Browse files
committed
from main to master
1 parent 79a4d73 commit 365ee90

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [ main, pre-release, develop ]
5+
branches: [ master, pre-release, develop ]
66
pull_request:
77
# The branches below must be a subset of the branches above
8-
branches: [ main ]
8+
branches: [ master ]
99
schedule:
1010
- cron: '0 16 * * 5'
1111

@@ -44,7 +44,7 @@ jobs:
4444
# If you wish to specify custom queries, you can do so here or in a config file.
4545
# By default, queries listed here will override any specified in a config file.
4646
# 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
4848

4949
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5050
# If this step fails, then you should remove it and run the build manually (see below)

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ name: Create Python Package
99

1010
on:
1111
push:
12-
branches: [ main, pre-release ]
12+
branches: [ master, pre-release ]
1313
pull_request:
14-
branches: [ main, pre-release ]
14+
branches: [ master, pre-release ]
1515

1616
jobs:
1717
build:

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
update_release_draft:
1717
runs-on: ubuntu-latest
1818
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"
2020
- uses: release-drafter/release-drafter@v6
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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
22
:target: https://easyscience.github.io/EasyReflectometryLib/
33

44
|
55
66
.. image:: https://github.com/easyScience/EasyReflectometryLib/actions/workflows/python-ci.yml/badge.svg
77
: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
99
:target: https://codecov.io/gh/easyScience/EasyReflectometryLib
1010
.. image:: https://www.codefactor.io/repository/github/easyscience/easyreflectometrylib/badge
1111
:target: https://www.codefactor.io/repository/github/easyscience/easyreflectometrylib

0 commit comments

Comments
 (0)