From 0820de268a9062d80e42f9a27fcb9070e2576a63 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Fri, 22 Jan 2021 13:15:47 +0200 Subject: [PATCH] Update and rename test.yml to buildAndDeploy.yml --- .github/workflows/{test.yml => buildAndDeploy.yml} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename .github/workflows/{test.yml => buildAndDeploy.yml} (97%) diff --git a/.github/workflows/test.yml b/.github/workflows/buildAndDeploy.yml similarity index 97% rename from .github/workflows/test.yml rename to .github/workflows/buildAndDeploy.yml index 5830af6457..1dc5fdce48 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/buildAndDeploy.yml @@ -1,6 +1,6 @@ # This is a basic workflow to help you get started with Actions -name: CI +name: Build and deploy # Controls when the action will run. on: @@ -20,6 +20,7 @@ jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on + if: !startsWith(github.event.pull_request.body, "Update ") runs-on: ubuntu-latest # Steps represent a sequence of tasks that will be executed as part of the job