Continuous Integration Build Artifacts xml files converted to yml
build-develop-branch / if_merged (pull_request) Successful in 3s
Details
build-develop-branch / if_merged (pull_request) Successful in 3s
Details
This commit is contained in:
parent
493576e95a
commit
e289729b9f
|
@ -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 }}
|
Loading…
Reference in New Issue