Skip to content

Commit

Permalink
Update docs-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stanbrub authored Dec 5, 2023
1 parent 32c065a commit 0f10e14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on:
pull_request:
branches: [ main ]
push:
branches: [ '**', 'release/v*' ]
branches: [ 'main', 'release/v*' ]

env:
version-path: ${{ startsWith(github.ref, 'refs/heads/release/v') && github.ref_name || 'release/v0.30.0' }}
version-path: ${{ startsWith(github.ref, 'refs/heads/release/v') && github.ref_name || 'next' }}

jobs:
symlink:
Expand Down

0 comments on commit 0f10e14

Please sign in to comment.