mirror of
https://github.com/soup-bowl/opensimulator-docker.git
synced 2026-07-30 19:49:06 +00:00
Added cron to autobuild dev.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user