Skip to content

Commit 6a95d79

Browse files
committed
fix ci
1 parent 19be7bd commit 6a95d79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fastapi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: Build and Deploy to Valyent
33
on:
44
push:
55
branches:
6-
- ${{ github.event.repository.default_branch }}
6+
- main
77
pull_request:
88
branches:
9-
- ${{ github.event.repository.default_branch }}
9+
- main
1010

1111
jobs:
1212
build-and-deploy:

0 commit comments

Comments
 (0)