Skip to content

Feature/133 update code base to make sure the right template is sent #1203

Feature/133 update code base to make sure the right template is sent

Feature/133 update code base to make sure the right template is sent #1203

Workflow file for this run

name: Build & Test
on:
push:
branches:
- master
- feature/**
pull_request:
branches:
- master
- feature/**
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build and Test
run: |
./ci/build.sh