Files
cli/.github/workflows/release-pr-merge.yml
2022-07-07 22:24:45 +05:30

14 lines
234 B
YAML

name: Create Release
on:
pull_request:
types:
- "closed"
jobs:
if_merged:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- run: echo {{ github.event.pull_request.sender }}