Commit fb80e5ee authored by Karagkounis Dimitris's avatar Karagkounis Dimitris
Browse files

limit workflow execution

parent 9964e708
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
name: Edge Cloud Management API

on: [push]
on:
  push:
    branches:
      - "main"
      - "releases/**"
  pull_request:
    types: [opened, reopened]
    branches: ["main"]

jobs:
  test:
+1 −1
Original line number Diff line number Diff line
# Capabilities Exposure API Server
# Capabilities Exposure API

A Server Implementation of the **CAMARA Edge Application Management API** as specified [here](https://github.com/camaraproject/EdgeCloud/blob/main/code/API_definitions/Edge-Application-Management.yaml)