Skip to content

Commit b0ef47d

Browse files
committed
Update workflow to run monthly
1 parent 32148e5 commit b0ef47d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches: ["master"]
66
pull_request:
77
branches: ["master"]
8+
# Run the workflow every month.
9+
schedule:
10+
- cron: '0 0 1 * *'
811

912
jobs:
1013
build:

0 commit comments

Comments
 (0)