Update workflows (#1)

* Update ci.yml

* Disable codeql.yml because of private repo status

* Update release.yml to set prerelease status if tag starts with v0

* Disable dependency-review.yml because of private repo status
This commit is contained in:
2025-05-24 19:38:15 +02:00
committed by Kaj Kowalski
parent 9474ea3c12
commit dc580ed769
5 changed files with 132 additions and 26 deletions

View File

@ -42,6 +42,6 @@ jobs:
articulate-parser-darwin-arm64
generate_release_notes: true
draft: false
prerelease: false
prerelease: ${{ startsWith(github.ref, 'refs/tags/v0.') }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}