This commit is contained in:
parent
b26f3d3244
commit
48ed1e3b83
@ -5,7 +5,8 @@ on:
|
||||
branches:
|
||||
- main
|
||||
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:
|
||||
build:
|
||||
@ -32,4 +33,4 @@ jobs:
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: built-executable
|
||||
path: dist/
|
||||
path: dist/
|
||||
|
Loading…
x
Reference in New Issue
Block a user