summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-07-23 11:38:19 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-07-23 11:38:19 +0200
commitec3486516887a30f99c689da16f04fc2955d5881 (patch)
tree558c07ffcb5a89260b6b7e8898e8f14fcab09307 /.github
parent62fef9d9e6e7e17703f50cbf8d1a2c8e0ebcdbae (diff)
downloadqutebrowser-ec3486516887a30f99c689da16f04fc2955d5881.tar.gz
qutebrowser-ec3486516887a30f99c689da16f04fc2955d5881.zip
Move master branch references to main
Closes #7097
Diffstat (limited to '.github')
-rw-r--r--.github/CONTRIBUTING.asciidoc2
-rw-r--r--.github/FUNDING.yml2
-rw-r--r--.github/workflows/docker.yml2
-rw-r--r--.github/workflows/nightly.yml12
4 files changed, 9 insertions, 9 deletions
diff --git a/.github/CONTRIBUTING.asciidoc b/.github/CONTRIBUTING.asciidoc
index 0d03af336..9c119baa3 100644
--- a/.github/CONTRIBUTING.asciidoc
+++ b/.github/CONTRIBUTING.asciidoc
@@ -9,7 +9,7 @@ open pull requests.
pull request page after pushing changes.
- If you are stuck somewhere or have questions,
- https://github.com/qutebrowser/qutebrowser/blob/master/doc/help/index.asciidoc#getting-help[please ask]!
+ https://github.com/qutebrowser/qutebrowser/blob/main/doc/help/index.asciidoc#getting-help[please ask]!
See the link:../doc/contributing.asciidoc[full contribution documentation] for
details and other useful hints.
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 4faa45afb..65ab0afa3 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -1,2 +1,2 @@
github: The-Compiler
-custom: https://github.com/qutebrowser/qutebrowser/blob/master/README.asciidoc#donating
+custom: https://github.com/qutebrowser/qutebrowser/blob/main/README.asciidoc#donating
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml
index 68d2243a4..c8161b37d 100644
--- a/.github/workflows/docker.yml
+++ b/.github/workflows/docker.yml
@@ -36,7 +36,7 @@ jobs:
file: scripts/dev/ci/docker/Dockerfile
context: .
tags: "qutebrowser/ci:${{ matrix.image }}"
- push: ${{ github.ref == 'refs/heads/master' }}
+ push: ${{ github.ref == 'refs/heads/main' }}
irc:
timeout-minutes: 2
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index c1a8dda8a..2502d017b 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -15,33 +15,33 @@ jobs:
matrix:
include:
- os: macos-11
- branch: master
+ branch: main
toxenv: build-release-qt5
name: qt5-macos
- os: windows-2019
args: --64bit
- branch: master
+ branch: main
toxenv: build-release-qt5
name: qt5-windows-64bit
- os: windows-2019
args: --32bit
- branch: master
+ branch: main
toxenv: build-release-qt5
name: qt5-windows-32bit
- os: macos-11
args: --debug
- branch: master
+ branch: main
toxenv: build-release-qt5
name: qt5-macos-debug
- os: windows-2019
args: --64bit --debug
- branch: master
+ branch: main
toxenv: build-release-qt5
name: qt5-windows-64bit-debug
- os: windows-2019
args: --32bit --debug
- branch: master
+ branch: main
toxenv: build-release-qt5
name: qt5-windows-32bit-debug