build(deps): bump django-cors-headers from 4.5.0 to 4.6.0 #247
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy Frischmuth app | |
on: | |
push: | |
# run deployment only on pushes to specific branches | |
branches: | |
- 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 |