Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit 3ae0ddd

Browse files
committed
fix workflow
1 parent c9ae601 commit 3ae0ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/blob.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish build
33
on:
44
push:
55
branches:
6-
- master # Only publish when pushing to "main"
6+
- main # Only publish when pushing to "main"
77

88
jobs:
99
publish:

0 commit comments

Comments
 (0)