Skip to content

Commit

Permalink
feat: rename bump-versions job to set version and update execution co…
Browse files Browse the repository at this point in the history
…ndition
  • Loading branch information
lekman committed Nov 30, 2024
1 parent 22d0fb7 commit ae94ff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd_release_please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

bump-versions:
name: Bump Versions
name: Set Version
# Only run on pull requests or on feature branches
if: github.ref == 'refs/heads/main'
if: github.ref != 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit ae94ff3

Please sign in to comment.