Skip to content

Commit 5e26706

Browse files
committed
chore: enable autofix ci for v1
1 parent 5e11181 commit 5e26706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: autofix.ci # needed to securely identify the workflow
33
on:
44
pull_request:
55
push:
6-
branches: ["main"]
6+
branches: ["main", "v1"]
77

88
permissions:
99
contents: read

0 commit comments

Comments
 (0)