Skip to content

Commit 4cd918f

Browse files
committed
Fix sync target branch
1 parent 7fa2a98 commit 4cd918f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
required: false
1818
target_branch:
1919
description: "Target branch to apply changes"
20-
default: "main"
20+
default: "master"
2121
required: false
2222
script_path:
2323
description: "Path where to download the sync script"

0 commit comments

Comments
 (0)