You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ name: Release
3
3
on:
4
4
push:
5
5
branches:
6
-
- master
6
+
- '**'# Just to trigger the dev publish since we can't manually trigger workflow on master yet. Change to master once we're back to master as default branch.
0 commit comments