Skip to content

Merge pull request #17 from spotlibs/feat/enhancement-middleware-acti… #42

Merge pull request #17 from spotlibs/feat/enhancement-middleware-acti…

Merge pull request #17 from spotlibs/feat/enhancement-middleware-acti… #42

Workflow file for this run

name: CI
on:
push:
branches:
- 'beta/release-v1' # as long as stable release not rolled out yet, this branch should be used as development
pull_request:
branches:
- '**' # matches every branch
- '!master' # excludes master
jobs:
ci:
name: Run CI
uses: ./.github/workflows/ci.yml