Skip to content

Merge pull request #74 from robin-schoch/feature/47-set-and-parse-coo… #51

Merge pull request #74 from robin-schoch/feature/47-set-and-parse-coo…

Merge pull request #74 from robin-schoch/feature/47-set-and-parse-coo… #51

Workflow file for this run

name: Main workflow
on:
push:
branches: [main]
permissions:
contents: write
jobs:
test:
uses: ./.github/workflows/test.yml
package:
uses: ./.github/workflows/package.yml
publish:
uses: ./.github/workflows/publish.yml
secrets:
PREFIX_API_KEY: ${{ secrets.PREFIX_API_KEY }}