Skip to content

Merge pull request #110 from chrhansk/hotfix-bound-projection #201

Merge pull request #110 from chrhansk/hotfix-bound-projection

Merge pull request #110 from chrhansk/hotfix-bound-projection #201

Workflow file for this run

name: package
on:
push:
branches: [ "main" ]
jobs:
test:
uses: ./.github/workflows/test.yml
tag:
permissions:
contents: write
uses: ./.github/workflows/tag_release.yml
secrets: inherit
needs: [test]
deploy:
permissions:
contents: write
uses: ./.github/workflows/publish.yml
secrets: inherit
needs: [test, tag]