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

This commit is contained in:
giles 2023-10-22 16:32:21 +01:00
parent 773e98a393
commit 50b6597144
1 changed files with 2 additions and 2 deletions

View File

@ -10,6 +10,6 @@ jobs:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
name: on-merge
- run: |
- 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 }}