Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/chaoming0625/braintaichi in…
Browse files Browse the repository at this point in the history
…to publish-workflow
  • Loading branch information
Routhleck committed Sep 8, 2024
2 parents 0f1a3a4 + a292ee7 commit 276770a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
schedule:
- cron: '0 20 * * *' # GMT 20 == GMT+8 04
workflow_dispatch:
# Manually trigger the release workflow, a version must be provided
inputs:
version:
description: 'The version to release (e.g. v0.8.0), or leave it empty for nightly build'
type: string
required: false

jobs:
# Define test jobs as part of the publish workflow
build_and_test_linux:
Expand Down

0 comments on commit 276770a

Please sign in to comment.