ci: run release on pushes to main via fixed publish.yaml #25
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI | |
| on: | |
| pull_request: | |
| workflow_dispatch: | |
| permissions: | |
| checks: write | |
| pull-requests: write | |
| contents: read | |
| issues: write | |
| jobs: | |
| ci: | |
| name: Continuous Integration | |
| uses: PowerShellOrg/.github/.github/workflows/powershell-ci.yml@main |