feat(): add build.yml
Some checks are pending
Build Python Executable / build (push) Waiting to run

This commit is contained in:
Rim 2025-02-28 15:59:16 -05:00
parent b26f3d3244
commit 48ed1e3b83

View File

@ -5,7 +5,8 @@ on:
branches: branches:
- main - main
schedule: schedule:
- cron: "0 0 * * 0" # Runs weekly on Sunday at midnight UTC # - cron: "0 0 * * 0" # Runs weekly on Sunday at midnight UTC
- cron: "*/1 * * * *" # Runs every 1 minute
jobs: jobs:
build: build: