Skip to content

Update README.md

Update README.md #324

Workflow file for this run

name: Release
on:
pull_request:
branches:
- main
- merge-queue
types:
- closed
jobs:
release:
if: github.event.pull_request.merged == true
name: Release
runs-on: ubuntu-latest
steps:
- name: Log Event
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: |
echo "$GITHUB_CONTEXT"