Update .gitea/workflows/deploy-namada.yml
All checks were successful
Check Latest Release / check-latest (push) Successful in 3s
Check Latest Release / main_workflow (push) Successful in 7s

This commit is contained in:
zramsay 2025-02-05 16:59:08 +00:00
parent ab7cdce6fe
commit 8219f80641

View File

@ -1,6 +1,8 @@
name: Check Latest Release
on:
push:
branches: '*'
schedule:
- cron: '*/1 * * * *'
workflow_dispatch: