Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sb5m committed Nov 18, 2024
1 parent 4e71ac2 commit 2a12696
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-pipeline.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 2a12696

Please sign in to comment.