Skip to content

Commit 3b938a5

Browse files
authored
Change default branch from 'master' to 'main'
1 parent 761295e commit 3b938a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: Publishing
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
workflow_dispatch:
88
inputs:
99
source_branch:
1010
description: 'Source branch'
1111
required: true
12-
default: 'master'
12+
default: 'main'
1313

1414
permissions:
1515
contents: write

0 commit comments

Comments
 (0)