Skip to content

Commit d6805d1

Browse files
committed
Update workflows
1 parent c7a890a commit d6805d1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/update-version.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,13 @@ concurrency:
1919

2020
jobs:
2121
ci:
22+
name: CI
23+
if: ${{ github.ref_name == 'main' }}
2224
uses: ./.github/workflows/ci.yml
2325
secrets: inherit
2426

2527
update-version:
28+
needs: ci
2629
runs-on: ubuntu-latest
2730
name: Update Version
2831

0 commit comments

Comments
 (0)