diff --git a/.github/workflows/deploy-apis-instance.yml b/.github/workflows/deploy-apis-instance.yml new file mode 100644 index 0000000..6a8dcc6 --- /dev/null +++ b/.github/workflows/deploy-apis-instance.yml @@ -0,0 +1,12 @@ +name: deploy +on: + push: + # Run deployment only on pushes to the specified branch(es) + branches: ["frischmuth/dev"] + # Allows you to run this workflow manually from the Actions tab or through HTTP API + workflow_dispatch: + +jobs: + deploy: + uses: acdh-oeaw/prosnet-workflows/.github/workflows/deploy-apis-instance.yml@v0.3.1 + secrets: inherit