Skip to content

Commit e911b74

Browse files
committed
chore: should actually build each day as well
1 parent cb4664b commit e911b74

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: Build PRs and main when updated
22

33
on:
4+
schedule:
5+
# daily run
6+
- cron: '0 0 * * *'
47
push:
58
branches:
6-
- "main"
9+
- "next-fabric8-version"
710
paths-ignore:
811
- '.gitignore'
912
- 'CODEOWNERS'

0 commit comments

Comments
 (0)