Skip to content

Commit

Permalink
Edge case
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Aug 19, 2024
1 parent e7981f5 commit 3407ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fledge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
run: |
check_default_branch <- ("${{ github.ref_protected }}" != "true")
check_default_branch <- ("${{ github.ref_protected == 'true' || inputs.pr }}" != "true")
if (fledge::bump_version(which = "dev", no_change_behavior = "noop", check_default_branch = check_default_branch)) {
fledge::finalize_version(push = TRUE)
}
Expand Down

0 comments on commit 3407ebc

Please sign in to comment.