Skip to content

Commit 1f38ba1

Browse files
committed
Fix
1 parent 384fc82 commit 1f38ba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI Workflow
33
on:
44
# Run CI on push only for 'main' branch
55
push:
6-
branches: [main]
6+
branches: [master]
77
tags:
88
- "v*"
99
# Run CI on pull request for all branches

0 commit comments

Comments
 (0)