Skip to content

Renamed script

Renamed script #1

name: Build and test
on:
# push:
# branches:
# - master
# - "release/v[0-9].[0-9].[0-9]"
pull_request:
types:
- opened # triggers build when opened
- synchronize # triggers build when commits are pushed to HEAD
branches:
#- master
#- "release/v[0-9].[0-9].[0-9]"
- "feature/**"
# Manual trigger
workflow_dispatch:
jobs:
build:
strategy:
fail-fast: false
matrix:
platform:
# - ubuntu-latest
- macos-latest
#- macos-13-xlarge
build_type:
- Release
- Debug
#- DebugWithRelInfo
uses: Deltares/MeshKernel/.github/workflows/build-and-test-workflow.yml@${GITHUB_REF##*/}

Check failure on line 35 in .github/workflows/build-and-test-feature.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-and-test-feature.yml

Invalid workflow file

invalid value workflow reference: invalid character '*' in version :${GITHUB_REF##*/}
with:
platform: ${{ matrix.platform }}
build_type: ${{ matrix.build_type }}