Skip to content

Commit 8c4ded2

Browse files
committed
CI: rename branch main to master
Signed-off-by: Boris Glimcher <[email protected]>
1 parent 93edb18 commit 8c4ded2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ on:
1212
release:
1313
types: [published]
1414
push:
15-
branches: [ main ]
15+
branches: [ master ]
1616
# Publish semver tags as releases.
1717
tags: [ 'v*.*.*' ]
1818
pull_request:
19-
branches: [ main ]
19+
branches: [ master ]
2020

2121
workflow_dispatch:
2222

0 commit comments

Comments
 (0)