mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-11-10 06:01:44 +08:00
Build assets on CI on versioned branches
This commit is contained in:
parent
e8a90288d6
commit
59bcc9956f
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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- "v*.*"
|
||||||
tags:
|
tags:
|
||||||
- "v*.*.*"
|
- "v*.*.*"
|
||||||
jobs:
|
jobs:
|
||||||
|
|
@ -57,6 +58,7 @@ jobs:
|
||||||
commit_message: Update assets
|
commit_message: Update assets
|
||||||
file_pattern: static
|
file_pattern: static
|
||||||
docker:
|
docker:
|
||||||
|
if: github.ref_type == 'tag' || github.ref == 'refs/heads/main'
|
||||||
# The assets job may push new commit, so we wait for it
|
# The assets job may push new commit, so we wait for it
|
||||||
needs: [assets]
|
needs: [assets]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue