Skip to content

OpenFOAM development branches #55

OpenFOAM development branches

OpenFOAM development branches #55

name: OpenFOAM development branches
on:
schedule:
- cron: '0 6 * * 5'
workflow_dispatch:
jobs:
openfoam-dev-branch:
strategy:
matrix:
openfoam-git-branch: [master, develop]
fail-fast: false
uses: ./.github/workflows/build-test.yml
with:
app-name: OpenFOAM-${{ matrix.openfoam-git-branch }}
app-version: ${{ matrix.openfoam-git-branch }}
openfoam-git-branch: ${{ matrix.openfoam-git-branch }}
use-cached: false
cache-build: false