From 2884298dc2cb9d61faf43c6be223ef501c8e31f5 Mon Sep 17 00:00:00 2001 From: ProgNovel Date: Tue, 24 Mar 2020 01:35:50 +0800 Subject: [PATCH] Update and rename integrate.yml to build.yml --- .github/workflows/{integrate.yml => build.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{integrate.yml => build.yml} (97%) diff --git a/.github/workflows/integrate.yml b/.github/workflows/build.yml similarity index 97% rename from .github/workflows/integrate.yml rename to .github/workflows/build.yml index eeefc05..db5433d 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,7 @@ # This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node # For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions -name: Integration +name: Build on: push: