.
build-develop-branch / build-branch (push) Has been skipped Details
convert-to-yml / develop-branch (push) Successful in 1m0s Details

This commit is contained in:
giles 2023-10-22 16:29:19 +01:00
parent 7e4b071e63
commit 773e98a393
1 changed files with 3 additions and 2 deletions

View File

@ -10,5 +10,6 @@ jobs:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- run: |
echo The PR was merged into ${{ github.event.pull_request.base }} from ${{ github.ref_name }}
name: on-merge
- run: |
echo The PR was merged into ${{ github.event.pull_request.base.ref }} from ${{ github.ref_name }} from ${{ github.ref }} type ${{ github.ref_type }}