Skip to content

Commit

Permalink
Make: Take current branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvardanian committed Apr 25, 2024
1 parent 1b821cc commit 4edede4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,7 @@ jobs:
runs-on: macos-14

steps:
- uses: actions/checkout@v3
with:
ref: "main"
- uses: actions/checkout@v4
- name: Build
run: swift build
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: "main"

Expand Down

0 comments on commit 4edede4

Please sign in to comment.