Skip to content

Commit be696de

Browse files
committed
chore: fix actions branch
1 parent db0827d commit be696de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Test Actions
33
on:
44
pull_request:
55
branches:
6-
- main
6+
- v1
77
push:
88
branches:
9-
- main
9+
- v1
1010

1111
permissions:
1212
contents: read

0 commit comments

Comments
 (0)