Skip to content

test: add workflows #73

test: add workflows

test: add workflows #73

Workflow file for this run

name: CI-CD
#on:
# push:
# branches:
# - "main"
# - "releases/**"
# tags:
# - v[0-9]+.[0-9]+.[0-9]+
# pull_request: ~
on:
push:
branches:
- e2e
jobs:
call-tests:
uses: ./.github/workflows/tests.yaml
call-e2e:
needs: call-tests
uses: ./.github/workflows/e2e.yaml
call-image:
needs: call-e2e
uses: ./.github/workflows/image.yaml