Skip to content

Commit

Permalink
update ci to compile master nightly (to keep up-to-date with latest s…
Browse files Browse the repository at this point in the history
…ofa)
  • Loading branch information
fredroy committed Jul 25, 2023
1 parent b3716f6 commit e4038db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
workflow_dispatch: # only generate the artefacts on demand
# pull_request:
# push:
schedule:
- cron: '0 0 * * *' # nightly job at midnight UTC

jobs:
build-and-test:
Expand All @@ -13,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-11, windows-2019]
sofa_branch: [master, v23.06]
sofa_branch: [master]

steps:
- name: (Mac) Workaround for homebrew
Expand Down

0 comments on commit e4038db

Please sign in to comment.