1
0
mirror of https://github.com/oliverbooth/TcpDotNet synced 2024-11-09 23:25:42 +00:00

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

View File

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