File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : github-actions
4+ directory : /
5+ groups :
6+ github-actions :
7+ patterns :
8+ - " *" # Group all Actions updates into a single larger pull request
9+ schedule :
10+ interval : weekly
11+
12+ updates :
13+ - package-ecosystem : cargo
14+ directory : /
15+ schedule :
16+ interval : weekly
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ name: Build
33on :
44 workflow_dispatch :
55 push :
6- branches : [ master ]
6+ branches : [ main ]
77 tags :
88 - v*
99 pull_request :
10- branches : [ master ]
10+ branches : [ main ]
1111
1212jobs :
1313 build-wheels :
Original file line number Diff line number Diff line change 11py-cpp-demangle: Demangles C++ linker symbols
22============================================================
33
4- .. image :: https://github.com/benfred/py-cpp-demangle/workflows/Build/badge.svg?branch=master
5- :target: https://github.com/benfred/py-cpp-demangle/actions?query=branch%3Amaster
4+ .. image :: https://github.com/benfred/py-cpp-demangle/workflows/Build/badge.svg?branch=main
5+ :target: https://github.com/benfred/py-cpp-demangle/actions?query=branch%3Amain
66
77A package for demangling C++ linker symbol strings
88
You can’t perform that action at this time.
0 commit comments