mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-01-01 12:41:43 +08:00
Build assets on CI on versioned branches
This commit is contained in:
parent
5225d14747
commit
c6db714724
1 changed files with 2 additions and 0 deletions
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
@ -3,6 +3,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
- "v*.*"
|
||||
tags:
|
||||
- "v*.*.*"
|
||||
jobs:
|
||||
|
@ -57,6 +58,7 @@ jobs:
|
|||
commit_message: Update assets
|
||||
file_pattern: static
|
||||
docker:
|
||||
if: github.ref_type == 'tag' || github.ref == 'refs/heads/main'
|
||||
# The assets job may push new commit, so we wait for it
|
||||
needs: [assets]
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue