Run the build script on a cron and remove the old update action
All checks were successful
Build and copy to prod / build-and-copy (push) Successful in 1m41s

This commit is contained in:
Lewis Dale 2024-03-08 08:32:17 +00:00
parent 05beb4ef9b
commit 8d8924a478

View File

@ -1,7 +1,8 @@
name: Build and copy to prod
on:
push:
schedule:
- cron: '@hourly'
jobs:
build-and-copy:
runs-on: ubuntu-latest