Skip to content

build: add deploy branch to GitHub workflow #12

build: add deploy branch to GitHub workflow

build: add deploy branch to GitHub workflow #12

name: deploy
on:
push:
# Run deployment only on pushes to main, not other branches
branches: ["frischmuth/deploy"]
# 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/[email protected]
secrets: inherit