Skip to content

Commit af4c174

Browse files
committed
Enable auto-deployment on dev-v1 pushes
1 parent 9ff4d91 commit af4c174

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/flutter-web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Flutter Web Build and Deploy
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ main, dev-v1 ]
66
workflow_dispatch:
77

88
jobs:

0 commit comments

Comments
 (0)