ci: run nightly on push to main, or workflow_dispatch

This commit is contained in:
Oliver Booth 2024-02-12 17:46:58 +00:00
parent 6959778e09
commit 7b21514dc4
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,8 @@ name: Publish Nightly
on:
push:
branches:
- develop
- main
workflow_dispatch:
jobs:
nightly: