fix: run studio action only for docs

This commit is contained in:
Arash Sheyda
2023-06-18 12:26:59 +03:00
parent fe1807fcd5
commit 33bb3cc550

View File

@ -22,6 +22,7 @@ concurrency:
jobs: jobs:
# Build job # Build job
build-and-deploy: build-and-deploy:
if: startsWith(github.event.head_commit.message, 'docs:')
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
defaults: defaults:
run: run: