fix: update to newest apis-core
version to include filters
#35
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 | |
on: | |
push: | |
branches: [main] | |
tags: | |
- deploy | |
- deploy.* | |
paths-ignore: | |
- '.github/**' | |
workflow_dispatch: | |
jobs: | |
deploy: | |
uses: acdh-oeaw/prosnet-workflows/.github/workflows/[email protected] | |
secrets: inherit |