Skip to content

Commit 7b62e6f

Browse files
authored
chore: fixed github test workflow to track main branch
1 parent b17f606 commit 7b62e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: tests
22

33
on:
44
push:
5-
branches: [ amnin ]
5+
branches: [ main ]
66
pull_request:
77
branches: [ main ]
88

0 commit comments

Comments
 (0)