Continuous Integration Build Artifacts xml files converted to yml
build-develop-branch / if_merged (pull_request) Successful in 4s Details

This commit is contained in:
Continuous Integration 2023-10-22 02:56:47 +00:00
parent be56cb0c3a
commit 55477f61e6
1 changed files with 14 additions and 0 deletions

View File

@ -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