Skip to content

☸️ remove endpoints #230

☸️ remove endpoints

☸️ remove endpoints #230

Workflow file for this run

name: test
on:
push:
branches:
- deployment/**
pull_request:
branches:
- '**'
jobs:
build:
uses: ./.github/workflows/build.yml
deployment:
needs:
- build
uses: ./.github/workflows/deployment.yml
secrets: inherit