Continuous Integration Build Artifacts xml files converted to yml
build-develop-branch / if_merged (pull_request) Successful in 4s
Details
build-develop-branch / if_merged (pull_request) Successful in 4s
Details
This commit is contained in:
parent
be56cb0c3a
commit
55477f61e6
|
@ -0,0 +1,14 @@
|
||||||
|
name: build-develop-branch
|
||||||
|
run-name: ${{ github.actor }} is learning GitHub Actions
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
types:
|
||||||
|
- closed
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
if_merged:
|
||||||
|
if: github.event.pull_request.merged == true
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: |
|
||||||
|
echo The PR was merged
|
Loading…
Reference in New Issue