Skip to content

Merge pull request #24 from yepcode/feature/YEP-3113 #98

Merge pull request #24 from yepcode/feature/YEP-3113

Merge pull request #24 from yepcode/feature/YEP-3113 #98

Workflow file for this run

name: CI
on:
push:
branches:
- main
- spike/*
pull_request:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
build:
uses: ./.github/workflows/build.yml