Skip to content

Commit

Permalink
feat: added schedule building
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Feb 7, 2022
1 parent 848461d commit 356aedd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
@@ -1,5 +1,8 @@
name: Main Workflow
on: [push]
on:
push:
schedule:
- cron: "0 0 * * 0"
jobs:
build:
name: Build
Expand Down

0 comments on commit 356aedd

Please sign in to comment.