Skip to content

ci: add release workflow #3

ci: add release workflow

ci: add release workflow #3

Workflow file for this run

name: Continuous Integration
on:
push:
pull_request:
permissions:
contents: read
jobs:
artifacts:
name: Artifacts
uses: ./.github/workflows/artifacts.yml
permissions:
contents: read
packages: write
id-token: write
security-events: write