Added cron to autobuild dev.

This commit is contained in:
soup-bowl
2023-09-07 18:03:43 +01:00
parent 43906a67f9
commit 77d1a77471
2 changed files with 9 additions and 1 deletions
+3 -1
View File
@@ -6,6 +6,8 @@ on:
- main
paths:
- "beta/**"
schedule:
- cron: '0 0 * * 0'
workflow_dispatch:
jobs:
@@ -13,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
tag: ['alpine-beta']
tag: ['alpine-beta', 'source']
steps:
- name: Checkout Codebase
uses: actions/checkout@v3