Workflow: Enable nightly deployment of Docker container

This commit is contained in:
Steam Deck User
2023-04-23 20:16:56 -04:00
parent 4493616d8e
commit 58e50a0aa1

View File

@@ -6,6 +6,8 @@ on:
- master
tags:
- v*
schedule:
- cron: 0 7 * * *
repository_dispatch:
types: [run_build]
@@ -66,4 +68,4 @@ jobs:
repository: ${{ github.repository_owner }}/psplinkusb
token: ${{ secrets.DISPATCH_TOKEN }}
event-type: ${{ env.NEW_DISPATCH_ACTION }}
client-payload: '{"ref": "${{ github.ref }}"}'
client-payload: '{"ref": "${{ github.ref }}"}'