File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: tests
2
2
3
3
on :
4
4
push :
5
- branches : [master ]
5
+ branches : [main ]
6
6
pull_request :
7
- branches : [master ]
7
+ branches : [main ]
8
8
workflow_dispatch :
9
9
10
10
jobs :
Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
- <img width =" 623 " height =" 168 " src =" https://github.com/tfeldmann/organize/raw/master /docs/images/organize.svg?sanitize=true " alt =" organize logo " >
2
+ <img width =" 623 " height =" 168 " src =" https://github.com/tfeldmann/organize/raw/main /docs/images/organize.svg?sanitize=true " alt =" organize logo " >
3
3
</p >
4
4
5
5
<div align =" center " >
Original file line number Diff line number Diff line change 1
- .. image :: https://github.com/tfeldmann/organize/raw/master /docs/images/organize.svg?sanitize=true
1
+ .. image :: https://github.com/tfeldmann/organize/raw/main /docs/images/organize.svg?sanitize=true
2
2
3
3
organize
4
4
========
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ def publish(args):
140
140
auth = (input ("Benutzer: " ), getpass .getpass (prompt = "API token: " )),
141
141
json = {
142
142
"tag_name" : f"v{ version } " ,
143
- "target_commitish" : "master " ,
143
+ "target_commitish" : "main " ,
144
144
"name" : f"v{ version } " ,
145
145
"body" : changes ,
146
146
"draft" : False ,
You can’t perform that action at this time.
0 commit comments