From 2a12696a372c64a627e2595cd02fee32edee5553 Mon Sep 17 00:00:00 2001 From: Pryviet <62222839+barty5260@users.noreply.github.com> Date: Mon, 18 Nov 2024 23:33:51 +0100 Subject: [PATCH] typo --- .github/workflows/build-pipeline.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-pipeline.yml b/.github/workflows/build-pipeline.yml index f23b283..9286117 100644 --- a/.github/workflows/build-pipeline.yml +++ b/.github/workflows/build-pipeline.yml @@ -1,13 +1,10 @@ -# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node -# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs - name: Build VueJS Project on: push: - branches: * + branches: "*" pull_request: - branches: * + branches: "*" jobs: build: