Skip to content

Commit

Permalink
Merge pull request #1698: Fix release job condition
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin authored Dec 9, 2024
2 parents c1279e9 + e713505 commit 0e95c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
type: string
jobs:
run:
if: github.ref == github.event.repository.default_branch
if: github.ref_name == github.event.repository.default_branch
uses: ./.github/workflows/ci.yaml
secrets: inherit
with:
Expand Down

0 comments on commit 0e95c0e

Please sign in to comment.