未验证 提交 bbea0e47 编写于 作者: 何延龙 提交者: GitHub

Merge pull request #203 from SkyAPM/develop

Update CI file
......@@ -2,9 +2,13 @@ name: CI
on:
push:
branches: [ master, develop ]
branches:
- master
tags:
- 'v*'
pull_request:
branches: [ master ]
branches:
- master
jobs:
build:
......@@ -65,7 +69,7 @@ jobs:
bash -c 'response=0; while [ $response -ne 200 ]; do sleep 1; response=$(curl --write-out %{http_code} --silent --output /dev/null http://localhost:12800/receiveData);echo $response;done'
- name: Publish Dokcer image
if: matrix.php-versions == '7.4'
if: matrix.php-versions == '7.4' && github.event == 'push'
uses: elgohr/Publish-Docker-Github-Action@2.13
with:
name: skyapm/skywalking-php
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册