Skip to content

Update CONTRIBUTING.md (#325) #310

Update CONTRIBUTING.md (#325)

Update CONTRIBUTING.md (#325) #310

Workflow file for this run

name: Release
on:
push:
branches:
- main
- merge-queue
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Log Event
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: |
echo "$GITHUB_CONTEXT"