Skip to content

Release

Release #22

Workflow file for this run

# Workflow to test all the release events that we can trigger in GitHub Actions
name: Release
on:
release:
types: [published, unpublished, created, edited, deleted, prereleased, released]
jobs:
context:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/context