Skip to content

Add code seat availability check to IT application #38

Add code seat availability check to IT application

Add code seat availability check to IT application #38

# CI for feature branches - contains only test runs
name: CI (feature)
# don't run CI for every push of any feature branch
# but do run CI if a PR is made with any feature branch as a base
on:
pull_request:
branches: [ 'feature/**' ]
jobs:
test:
uses: ./.github/workflows/test.yml