Skip to content

Commit

Permalink
chore: Fix CI references to main->dev (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
wwared authored Jun 24, 2024
1 parent 0fe52b5 commit a1d44ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version-PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
git checkout $PR_BRANCH
else
VERSION=$BASE_VERSION
BASE_BRANCH="main"
BASE_BRANCH="dev"
PR_BRANCH="release/$BASE_VERSION_SHORT"
git checkout -b $PR_BRANCH
fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
merge_group:
push:
branches:
- "main"
- "dev"
pull_request:
types: [ opened, synchronize, reopened, ready_for_review ]

Expand Down

0 comments on commit a1d44ae

Please sign in to comment.