Skip to content

Commit 0b76ca2

Browse files
committed
ci: don't use master branch for fly deploy
1 parent ceb5de4 commit 0b76ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fly-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on:
22
workflow_dispatch:
33
push:
44
branches:
5-
- master
5+
- prod
66

77
jobs:
88
deploy:

0 commit comments

Comments
 (0)