Skip to content

feat: add Black workflow for PRs #36

feat: add Black workflow for PRs

feat: add Black workflow for PRs #36

name: Deploy Frischmuth app
on:
push:
# run deployment only on pushes to specific branches
branches: ["deploy", "frischmuth/deploy"]
# for triggering deployments manually via button in GitHub interface
workflow_dispatch:
jobs:
deploy:
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected]
secrets: inherit