Skip to content

Merge pull request #88 from chrhansk/hotfix-nonlinearity #181

Merge pull request #88 from chrhansk/hotfix-nonlinearity

Merge pull request #88 from chrhansk/hotfix-nonlinearity #181

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]