Skip to content

Merge pull request #11 from uni-tue-kn/ARP #10

Merge pull request #11 from uni-tue-kn/ARP

Merge pull request #11 from uni-tue-kn/ARP #10

Workflow file for this run

name: Controller build
on:
push:
branches: [ "main", "dev"]
pull_request:
branches: [ "main", "dev"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Controller CI
run: cd Controller && docker build .