Skip to content

Commit bf0be13

Browse files
committed
Fix branch publish actions
1 parent 08efcca commit bf0be13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Publish Insights"
22

33
on:
44
release:
5-
branches: [master]
5+
branches: [main]
66
types: [published]
77

88
jobs:

0 commit comments

Comments
 (0)