build.sh triggers
cicd / ci (push) Successful in 1m5s Details

main
Bel LaPointe 2025-05-25 12:14:06 -06:00
parent aa7b8f73d7
commit bb73ae723b
2 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@ on:
paths:
- 'cmd/**'
- 'src/**'
- 'build.sh'
schedule:
- cron: '0 0 * * *'

View File

@ -1,3 +1,5 @@
#! /bin/bash
date
exit 0