Skip to content

Commit 82a336c

Browse files
authored
Merge pull request #266 from glimchb/actionbranch
CI: rename branch main to master
2 parents 93edb18 + 8c4ded2 commit 82a336c

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)