Skip to content

Commit

Permalink
Merge pull request #5443 from jenshnielsen/fix_master_ref
Browse files Browse the repository at this point in the history
fix remaining master links
  • Loading branch information
jenshnielsen authored Oct 19, 2023
2 parents cd10095 + d028558 commit 788a425
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/darker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
with:
options: "--check --diff"
src: "./qcodes"
revision: "origin/master..."
revision: "origin/main..."
version: "@e3c210b5c1b91400c3f317b2474c10ab23bec1cf"
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
python-version: 3.10
env:
OS: ${{ matrix.os }}
UPLOAD_TO_GHPAGES: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10' && github.event_name == 'push' && github.ref == 'refs/heads/master' }}
UPLOAD_TO_GHPAGES: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10' && github.event_name == 'push' && github.ref == 'refs/heads/main' }}
# we expect no warnings from Sphinx in 3.10
# The std-lib docstring of IntEnum in 3.11.0 is not valid
# causing errors like in the docstring of from_bytes (from Int)
Expand Down

0 comments on commit 788a425

Please sign in to comment.