Skip to content

Add "Antares::action" CMake library, build only if BUILD_UI=ON #5542

Add "Antares::action" CMake library, build only if BUILD_UI=ON

Add "Antares::action" CMake library, build only if BUILD_UI=ON #5542

name: Branch name validation
on:
push:
jobs:
valid-branch-name:
runs-on: ubuntu-latest
steps:
- name: Verify branch name
run: |
if ! [[ "$GITHUB_REF_NAME" =~ ^feature/.*|^features/.*|^fix/.*|^release/.*|^doc/.*|develop|^issue-* ]]; then
exit 1
fi