Skip to content

Commit c397b92

Browse files
committed
Run workflow weekly to keep the image up to date
1 parent 9d8c091 commit c397b92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
branches: [ master ]
66
tags: ['*']
77
pull_request:
8+
schedule:
9+
- cron: '0 2 * * 6'
810

911
env:
1012
IMAGE_NAME: trafex/php-nginx

0 commit comments

Comments
 (0)