Skip to content

Commit 2d65354

Browse files
authored
Merge pull request #239 from Lewiscowles1986/feature/scheduled-builds
Scheduled Builds
2 parents 7473841 + 4757304 commit 2d65354

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Build
22

33
on:
4+
schedule:
5+
- cron: '0 0 1 * 0'
46
push:
57
branches: [ main ]
68
pull_request:

0 commit comments

Comments
 (0)