Skip to content

Commit

Permalink
Merge pull request #2655 from sopel-irc/ci-maint-v-prefix
Browse files Browse the repository at this point in the history
ci: make `v` prefix optional in maintenance branch names
  • Loading branch information
dgw authored Feb 5, 2025
2 parents 44bc866 + 9f24a1a commit 6528e72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
push:
branches:
- master
- v[0-9]+.[0-9]+.x
- v?[0-9]+.[0-9]+.x
- gha-*
pull_request:
branches:
- master
- v[0-9]+.[0-9]+.x
- v?[0-9]+.[0-9]+.x

jobs:
tests:
Expand Down
1 change: 1 addition & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ sphinx-rfcsection~=0.1.1
vcrpy @ git+https://github.com/sopel-irc/vcrpy@uncap-urllib3
# also have to use a version of urllib3 that doesn't use the `version_string`
# attr of the response object, because vcrpy won't support it until 7.x
# reverting to mainline vcrpy is tracked in #2456
urllib3<2.3
# type check
# often breaks CI on master, so pin and update deliberately, on our own terms
Expand Down

0 comments on commit 6528e72

Please sign in to comment.