Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

deploy

deploy #46

Workflow file for this run

name: deploy
on:
push:
branches: [main]
tags:
- deploy
- deploy.*
paths-ignore:
- '.github/**'
workflow_dispatch:
jobs:
deploy:
uses: acdh-oeaw/prosnet-workflows/.github/workflows/deploy-apis-instance.yml@v0.3.1
secrets: inherit