_actually_ build on each hour
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 2m15s

This commit is contained in:
Lewis Dale 2024-06-17 21:49:40 +01:00
parent 0d4ad57e55
commit d75fe2b9a9

View File

@ -2,7 +2,7 @@ name: Build and copy to prod
on:
push:
schedule:
- cron: '* * * * *'
- cron: '0 * * * *'
jobs:
build-and-copy:
runs-on: ubuntu-latest