Skip to content

Commit ec3a224

Browse files
committed
github(actions): fix main to master
1 parent 496c926 commit ec3a224

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Jest Tests
33
on:
44
push:
55
branches:
6-
- main # Or your default branch
6+
- master # Or your default branch
77
pull_request:
88
branches:
9-
- main # Or your default branch
9+
- master # Or your default branch
1010

1111
jobs:
1212
run-jest-tests:

0 commit comments

Comments
 (0)