Skip to content

ci: reorganize workflows (#5) #7

ci: reorganize workflows (#5)

ci: reorganize workflows (#5) #7

Workflow file for this run

name: continuous deployment
on:
workflow_dispatch:
push:
branches: [main]
jobs:
deployment:
uses: ArwynFr/ArwynFr/.github/workflows/pwsh-deployment.yaml@main
with:
manifest: ./ConventionalCommits/ConventionalCommits.psd1
source: ./ConventionalCommits/
secrets:
PSGALLERY_APIKEY: ${{ secrets.PSGALLERY_APIKEY }}