summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-05-18 11:01:50 -0500
committerJordan Cook <jordan.cook@pioneer.com>2022-05-18 11:02:51 -0500
commit54f41ccf0994c97ef8d764e7821982ebb0f99c80 (patch)
tree9aa1fd15abdfbd11b057af88bb9180c50733df7d /.github
parentb66ff7f92699eac799921efd3d514ed7396b5a78 (diff)
downloadrequests-cache-54f41ccf0994c97ef8d764e7821982ebb0f99c80.tar.gz
Update some remaining references to master branch
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug.md8
-rw-r--r--.github/workflows/build.yml4
2 files changed, 6 insertions, 6 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md
index 5557290..8c91705 100644
--- a/.github/ISSUE_TEMPLATE/bug.md
+++ b/.github/ISSUE_TEMPLATE/bug.md
@@ -8,7 +8,7 @@ labels: bug
<!--
Note: See the troubleshooting page for help with some common issues:
-https://requests-cache.readthedocs.io/en/latest/user_guide/troubleshooting.html
+https://requests-cache.readthedocs.io/en/stable/user_guide/troubleshooting.html
-->
### The problem
_A description of what the bug is, including a complete traceback (if applicable)_
@@ -23,6 +23,6 @@ _With a complete code example, if possible_
_Is there an existing workaround for this issue?_
### Environment
-- requests-cache version: [e.g. `0.8.1` or `master`]
-- Python version: [e.g. `3.9`]
-- Platform: [e.g. Debian 10]
+- requests-cache version: (for example, `0.9.5` or `main`)
+- Python version: (for example, `3.9`)
+- Platform: (for example, Debian 10)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 899203d..53833ec 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -2,10 +2,10 @@ name: Build
on:
push:
- branches: [master]
+ branches: [main]
tags: ['v*']
pull_request:
- branches: [master]
+ branches: [main]
workflow_dispatch:
env:
LATEST_PY_VERSION: '3.10'