We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0deedf9 + f97756a commit 38f2619Copy full SHA for 38f2619
1 file changed
.github/workflows/build.yml
@@ -2,12 +2,16 @@ name: Build
2
3
on:
4
push:
5
- branches: [master, main]
+ branches: [ master, main ]
6
paths-ignore:
7
- "**.md"
8
pull_request:
9
10
11
+ schedule:
12
+ # Run daily at 03:00 UTC to catch regressions from new Flutter releases
13
+ # (scheduled workflows only run on the default branch).
14
+ - cron: "0 3 * * *"
15
16
jobs:
17
build:
0 commit comments