Skip to content

Commit 06876fe

Browse files
authored
Merge pull request InsightsPlugin#247 from Euphillya/fix/action-publish
Fix branch publish actions
2 parents 0522be8 + bf0be13 commit 06876fe

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)