Skip to content

Commit 1665b47

Browse files
author
Sean Sundberg
authored
Fixes trigger for publish workflow (#415)
Signed-off-by: Sean Sundberg <[email protected]>
1 parent 50a0b9c commit 1665b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Publish
66
on:
77
# Triggers the workflow on push or pull request events but only for the "main" branch
88
push:
9-
branches: [ "main" ]
9+
branches: [ "master" ]
1010

1111
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1212
jobs:

0 commit comments

Comments
 (0)