Skip to content

Merge pull request #114 from chrhansk/feature-active-set-display #205

Merge pull request #114 from chrhansk/feature-active-set-display

Merge pull request #114 from chrhansk/feature-active-set-display #205

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]