Skip to content

Merge pull request #64 from nicosampler/patch-1 #85

Merge pull request #64 from nicosampler/patch-1

Merge pull request #64 from nicosampler/patch-1 #85

Workflow file for this run

name: Push
on:
push:
branches:
- main
jobs:
test:
uses: ./.github/workflows/test.yml
secrets: inherit
release:
needs: test
uses: ./.github/workflows/release.yml
secrets: inherit