Skip to content

Commit

Permalink
Backport Update ci.yml for 23.12 release (#36)
Browse files Browse the repository at this point in the history
* Update ci.yml

* Update branch name in ci

---------

Co-authored-by: erik pernod <erik.pernod@gmail.com>
  • Loading branch information
bakpaul and epernod committed Mar 28, 2024
1 parent 3f876d2 commit dc6ab06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-22.04, macos-12, windows-2022]
sofa_branch: [master]
sofa_branch: [v23.12]

steps:
- name: (Mac) Workaround for homebrew
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
deploy:
name: Deploy artifacts
if: always() && startsWith(github.ref, 'refs/heads/main') # we are on a branch (not a PR)
if: always() && startsWith(github.ref, 'refs/heads/')
needs: [build-and-test]
runs-on: ubuntu-latest
continue-on-error: true
Expand Down

0 comments on commit dc6ab06

Please sign in to comment.