Skip to content

Commit

Permalink
chore: add nightly browserstack build
Browse files Browse the repository at this point in the history
  • Loading branch information
Grodien committed Nov 6, 2024
1 parent 0f80fb0 commit 93c3627
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/flutter_browserstack_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ concurrency:
cancel-in-progress: true

on:
schedule:
- cron: '0 2 * * *'
push:
paths:
- 'das_client/**'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/flutter_browserstack_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ concurrency:
cancel-in-progress: true

on:
schedule:
- cron: '0 2 * * *'
push:
paths:
- 'das_client/**'
Expand Down

0 comments on commit 93c3627

Please sign in to comment.