Skip to content

House keeping

House keeping #11

Workflow file for this run

name: hook-release
on:
pull_request:
types:
- closed
jobs:
if_merged:
if: github.event.pull_request.merged == true && github.head_ref == 'hook-dependencies-update'
runs-on: ubuntu-latest
steps:
- run: |
echo The PR was merged