From 22bec0c53776720826f1eacdacf9b5290b857a8a Mon Sep 17 00:00:00 2001 From: Andrea Lamparelli Date: Wed, 21 Jun 2023 11:16:29 +0200 Subject: [PATCH] build: renamed pull request workflow --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 04f6dbf..947d54a 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.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: "Pull Request Check" +name: "pull request check" on: pull_request